h264_sei: log unknown sei messages

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Vittorio Giovara 2013-09-19 17:28:41 +02:00 committed by Anton Khirnov
parent 5f24fe82e5
commit 26179964ff
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}