SPS multilayer extension contains a single flag that we are free to
ignore, no reason to print a warning.
---
 libavcodec/hevc/ps.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/hevc/ps.c b/libavcodec/hevc/ps.c
index 0f4ae92588..0e084958be 100644
--- a/libavcodec/hevc/ps.c
+++ b/libavcodec/hevc/ps.c
@@ -1422,8 +1422,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) {
-- 
2.43.0

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to