mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-03 06:27:44 +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));
|
(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 );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user