mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 21:20:41 +00:00
h264_sei: log unknown sei messages
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
5f24fe82e5
commit
26179964ff
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user