[FFmpeg-cvslog] h264: Fix some mixed declarations and code.
Michael Niedermayer
git at videolan.org
Tue Mar 13 22:43:39 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Mar 13 22:10:02 2012 +0100| [0fdb4dfd03d81a2089458f1ad5418e71d3a04a94] | committer: Michael Niedermayer
h264: Fix some mixed declarations and code.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0fdb4dfd03d81a2089458f1ad5418e71d3a04a94
---
libavcodec/bit_depth_template.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libavcodec/bit_depth_template.c b/libavcodec/bit_depth_template.c
index c810304..6b757fc 100644
--- a/libavcodec/bit_depth_template.c
+++ b/libavcodec/bit_depth_template.c
@@ -70,7 +70,7 @@
# define pixel4 uint32_t
# define dctcoef int16_t
-# define INIT_CLIP ;
+# define INIT_CLIP
# define no_rnd_avg_pixel4 no_rnd_avg32
# define rnd_avg_pixel4 rnd_avg32
# define AV_RN2P AV_RN16
More information about the ffmpeg-cvslog
mailing list