[SCM] libav/experimental: hevc: Mention the missing SPS in the error message

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:26 UTC 2014


The following commit has been merged in the experimental branch:
commit 175e5063320f585118a5461f15dbacf2ce17e97d
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Tue Feb 18 23:55:29 2014 +0100

    hevc: Mention the missing SPS in the error message

diff --git a/libavcodec/hevc_ps.c b/libavcodec/hevc_ps.c
index 0c1550e..c3aabe7 100644
--- a/libavcodec/hevc_ps.c
+++ b/libavcodec/hevc_ps.c
@@ -1029,7 +1029,7 @@ int ff_hevc_decode_nal_pps(HEVCContext *s)
         goto err;
     }
     if (!s->sps_list[pps->sps_id]) {
-        av_log(s->avctx, AV_LOG_ERROR, "SPS does not exist \n");
+        av_log(s->avctx, AV_LOG_ERROR, "SPS %u does not exist.\n", pps->sps_id);
         ret = AVERROR_INVALIDDATA;
         goto err;
     }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list