h263: Drop uninitialized variable use from log message
This commit is contained in:
parent
1da2a20763
commit
4628443ca3
@ -236,8 +236,8 @@ static int decode_slice(MpegEncContext *s)
|
|||||||
|
|
||||||
s->mv_dir = MV_DIR_FORWARD;
|
s->mv_dir = MV_DIR_FORWARD;
|
||||||
s->mv_type = MV_TYPE_16X16;
|
s->mv_type = MV_TYPE_16X16;
|
||||||
ff_dlog(s, "%d %d %06X\n",
|
ff_dlog(s, "%d %06X\n",
|
||||||
ret, get_bits_count(&s->gb), show_bits(&s->gb, 24));
|
get_bits_count(&s->gb), show_bits(&s->gb, 24));
|
||||||
ret = s->decode_mb(s, s->block);
|
ret = s->decode_mb(s, s->block);
|
||||||
|
|
||||||
if (s->pict_type != AV_PICTURE_TYPE_B)
|
if (s->pict_type != AV_PICTURE_TYPE_B)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user