[FFmpeg-cvslog] avcodec/clearvideo: add missing wrappers to clearvideodata.h
James Almer
git at videolan.org
Wed Apr 4 05:32:47 EEST 2018
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Tue Apr 3 23:31:36 2018 -0300| [4d89b5f844b31b5134f4589bd1773173d9412ef5] | committer: James Almer
avcodec/clearvideo: add missing wrappers to clearvideodata.h
Fixes make fate-source
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d89b5f844b31b5134f4589bd1773173d9412ef5
---
libavcodec/clearvideodata.h | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/libavcodec/clearvideodata.h b/libavcodec/clearvideodata.h
index 157397d987..43d12dee43 100644
--- a/libavcodec/clearvideodata.h
+++ b/libavcodec/clearvideodata.h
@@ -19,6 +19,9 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#ifndef AVCODEC_CLEARVIDEODATA_H
+#define AVCODEC_CLEARVIDEODATA_H
+
#include "libavutil/common.h"
#define NUM_DC_CODES 127
@@ -1826,4 +1829,4 @@ static const uint16_t clv_biasv_2_syms[] = {
0x004C, 0x0050, 0x0054, 0x0100,
};
-
+#endif /* AVCODEC_CLEARVIDEODATA_H */
More information about the ffmpeg-cvslog
mailing list