Commit 44ca8a6a authored by James Almer's avatar James Almer

libwebpenc_common: add header guards

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 98be2d94
......@@ -24,6 +24,9 @@
* WebP encoder using libwebp: common structs and methods.
*/
#ifndef AVCODEC_LIBWEBPENC_COMMON_H
#define AVCODEC_LIBWEBPENC_COMMON_H
#include <webp/encode.h>
#include "libavutil/common.h"
......@@ -87,3 +90,5 @@ static const AVCodecDefault libwebp_defaults[] = {
{ "global_quality", "-1" },
{ NULL },
};
#endif /* AVCODEC_LIBWEBPENC_COMMON_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment