diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-03-13 22:10:02 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-13 22:10:02 +0100 |
commit | 0fdb4dfd03d81a2089458f1ad5418e71d3a04a94 (patch) | |
tree | a76106a9c2f2fa21900b384a5fb316e44f9798d6 /libavcodec/bit_depth_template.c | |
parent | c592679cca9a6b2cb654f29e8b9f6b615414a73f (diff) | |
download | ffmpeg-0fdb4dfd03d81a2089458f1ad5418e71d3a04a94.tar.gz |
h264: Fix some mixed declarations and code.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/bit_depth_template.c')
-rw-r--r-- | 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 c810304ef6..6b757fc041 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 |