[FFmpeg-cvslog] Fix schoolboy error
Kieran Kunhya
git at videolan.org
Thu Dec 24 19:26:27 CET 2015
ffmpeg | branch: cfhd | Kieran Kunhya <kierank at ob-encoder.com> | Thu Dec 24 18:25:33 2015 +0000| [cdc285357f8a6abcf459759c4ed0963db5f6bf61] | committer: Kieran Kunhya
Fix schoolboy error
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cdc285357f8a6abcf459759c4ed0963db5f6bf61
---
libavcodec/cfhd.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/cfhd.h b/libavcodec/cfhd.h
index 76ca007..f5f97b6 100644
--- a/libavcodec/cfhd.h
+++ b/libavcodec/cfhd.h
@@ -21,8 +21,8 @@
#include "get_bits.h"
#define VLC_BITS 9
-#define NB_VLC_TABLE_9 71+3
-#define NB_VLC_TABLE_18 263+1
+#define NB_VLC_TABLE_9 (71+3)
+#define NB_VLC_TABLE_18 (263+1)
typedef struct CFHD_RL_VLC_ELEM {
int16_t level;
More information about the ffmpeg-cvslog
mailing list