mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-01 21:48:15 +08:00
remove unused variable
Originally committed as revision 21182 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -2184,8 +2184,6 @@ static int decode_slice(struct AVCodecContext *avctx, void *arg){
|
||||
(CONFIG_GRAY && (s->flags&CODEC_FLAG_GRAY));
|
||||
|
||||
if( h->pps.cabac ) {
|
||||
int i;
|
||||
|
||||
/* realign */
|
||||
align_get_bits( &s->gb );
|
||||
|
||||
|
Reference in New Issue
Block a user