diff options
author | Benoit Fouet <benoit.fouet@free.fr> | 2007-07-09 07:51:54 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-07-09 07:51:54 +0000 |
commit | 93f4823935581ea388f404887eb4d559f5745d4f (patch) | |
tree | 308a1e7c30917b81ea1236d92a87923c994b419b /libavcodec/h264.c | |
parent | 640b73e17d6977c6da550a42f3766d2de3dd6006 (diff) | |
download | ffmpeg-93f4823935581ea388f404887eb4d559f5745d4f.tar.gz |
bring back h264 build
Originally committed as revision 9555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 5c79f42464..22c250ea99 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -5714,6 +5714,7 @@ static int decode_cabac_residual( H264Context *h, DCTELEM *block, int cat, int n int index[64]; + int av_unused last; int coeff_count = 0; int abslevel1 = 1; |