mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
avcodec/h264_ps: Provide more details with "Truncated VUI" Message
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
609285af51
commit
77ba9e3252
@ -186,7 +186,7 @@ static inline int decode_vui_parameters(GetBitContext *gb, AVCodecContext *avctx
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (show_bits1(gb) && get_bits_left(gb) < 10) {
|
if (show_bits1(gb) && get_bits_left(gb) < 10) {
|
||||||
av_log(avctx, AV_LOG_WARNING, "Truncated VUI\n");
|
av_log(avctx, AV_LOG_WARNING, "Truncated VUI (%d)\n", get_bits_left(gb));
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user