On Thu, 19 Sep 2013 17:28:41 +0200, Vittorio Giovara 
<vittorio.giov...@gmail.com> wrote:
> ---
>  libavcodec/h264_sei.c |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
> index 2ce71d9..27a2c76 100644
> --- a/libavcodec/h264_sei.c
> +++ b/libavcodec/h264_sei.c
> @@ -218,6 +218,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);

Ok, queued

-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to