mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-02-04 19:17:28 +00:00
avcodec/mpegvideo_enc: fix mixed declarations and code warning
This commit is contained in:
parent
805ce25b1d
commit
4a654be3fb
@ -4090,9 +4090,9 @@ static int dct_quantize_trellis_c(MpegEncContext *s,
|
||||
else mpeg2_qscale = qscale << 1;
|
||||
|
||||
if (s->mb_intra) {
|
||||
int q;
|
||||
scantable= s->intra_scantable.scantable;
|
||||
perm_scantable= s->intra_scantable.permutated;
|
||||
int q;
|
||||
if (!s->h263_aic) {
|
||||
if (n < 4)
|
||||
q = s->y_dc_scale;
|
||||
|
Loading…
x
Reference in New Issue
Block a user