diff options
author | Måns Rullgård <mans@mansr.com> | 2006-02-25 22:41:31 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2006-02-25 22:41:31 +0000 |
commit | 1bd8624697c1377bf42f5aef4795a370c3b01c1d (patch) | |
tree | 4638a040e943216479ec4a06ef1be1c31d377b92 /libavcodec/h264.c | |
parent | 285b570fd23a14762ed06024b4eca0ce59b5833b (diff) | |
download | ffmpeg-1bd8624697c1377bf42f5aef4795a370c3b01c1d.tar.gz |
kill some warnings
Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 770d552f65..9dfc89e234 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -5388,8 +5388,6 @@ static const uint8_t block_idx_xy[4][4] = { }; static int decode_cabac_mb_cbp_luma( H264Context *h) { - MpegEncContext * const s = &h->s; - int cbp = 0; int cbp_b = -1; int i8x8; |