Commit 0fdb4dfd authored by Michael Niedermayer's avatar Michael Niedermayer

h264: Fix some mixed declarations and code.

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c592679c
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
# define pixel4 uint32_t # define pixel4 uint32_t
# define dctcoef int16_t # define dctcoef int16_t
# define INIT_CLIP ; # define INIT_CLIP
# define no_rnd_avg_pixel4 no_rnd_avg32 # define no_rnd_avg_pixel4 no_rnd_avg32
# define rnd_avg_pixel4 rnd_avg32 # define rnd_avg_pixel4 rnd_avg32
# define AV_RN2P AV_RN16 # define AV_RN2P AV_RN16
......
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