Module: libav
Branch: master
Commit: 26179964ff3fa1173e6f512c5735ba8223e2395d

Author:    Vittorio Giovara <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date:      Thu Sep 19 17:28:41 2013 +0200

h264_sei: log unknown sei messages

Signed-off-by: Anton Khirnov <[email protected]>

---

 libavcodec/h264_sei.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index f72d72b..47f9c14 100644
--- a/libavcodec/h264_sei.c
+++ b/libavcodec/h264_sei.c
@@ -212,6 +212,7 @@ int ff_h264_decode_sei(H264Context *h)
                 return ret;
             break;
         default:
+            av_log(h->avctx, AV_LOG_DEBUG, "unknown SEI type %d\n", type);
             skip_bits(&h->gb, 8 * size);
         }
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to