ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Wed Jun 5 17:02:29 2024 +0200| [4359467ad6798ef00962c2df949507cdf62a3683] | committer: Anton Khirnov
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. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4359467ad6798ef00962c2df949507cdf62a3683 --- libavcodec/hevc/ps.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/hevc/ps.c b/libavcodec/hevc/ps.c index 35de26644c..81b3f9cd09 100644 --- a/libavcodec/hevc/ps.c +++ b/libavcodec/hevc/ps.c @@ -1425,8 +1425,6 @@ int ff_hevc_parse_sps(HEVCSPS *sps, GetBitContext *gb, unsigned int *sps_id, if (sps->multilayer_extension) { 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) { _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".