mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavc/hevc/ps: drop a warning for sps_multilayer_extension_flag
SPS multilayer extension contains a single flag that we are free to ignore, no reason to print a warning.
This commit is contained in:
parent
7351e067bc
commit
4359467ad6
@ -1425,8 +1425,6 @@ int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id,
|
|||||||
|
|
||||||
if (sps->multilayer_extension) {
|
if (sps->multilayer_extension) {
|
||||||
skip_bits1(gb); // inter_view_mv_vert_constraint_flag
|
skip_bits1(gb); // inter_view_mv_vert_constraint_flag
|
||||||
av_log(avctx, AV_LOG_WARNING,
|
|
||||||
"sps_multilayer_extension_flag not yet implemented\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sps->sps_3d_extension) {
|
if (sps->sps_3d_extension) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user