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

remove unused variable

Originally committed as revision 21182 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent cc51b282
...@@ -2184,8 +2184,6 @@ static int decode_slice(struct AVCodecContext *avctx, void *arg){ ...@@ -2184,8 +2184,6 @@ static int decode_slice(struct AVCodecContext *avctx, void *arg){
(CONFIG_GRAY && (s->flags&CODEC_FLAG_GRAY)); (CONFIG_GRAY && (s->flags&CODEC_FLAG_GRAY));
if( h->pps.cabac ) { if( h->pps.cabac ) {
int i;
/* realign */ /* realign */
align_get_bits( &s->gb ); align_get_bits( &s->gb );
......
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