Commit 26179964 authored by Vittorio Giovara's avatar Vittorio Giovara Committed by Anton Khirnov

h264_sei: log unknown sei messages

Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
parent 5f24fe82
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment