mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
kill a bunch of compiler warnings
Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -1810,7 +1810,6 @@ static inline int mpeg2_fast_decode_block_non_intra(MpegEncContext *s,
|
||||
RLTable *rl = &rl_mpeg1;
|
||||
uint8_t * const scantable= s->intra_scantable.permutated;
|
||||
const int qscale= s->qscale;
|
||||
int v;
|
||||
OPEN_READER(re, &s->gb);
|
||||
i = -1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user