git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f24fe8
)
h264_sei: log unknown sei messages
author
Vittorio Giovara
<vittorio.giovara@gmail.com>
Thu, 19 Sep 2013 15:28:41 +0000
(17:28 +0200)
committer
Anton Khirnov
<anton@khirnov.net>
Tue, 24 Sep 2013 11:24:28 +0000
(13:24 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavcodec/h264_sei.c
patch
|
blob
|
history
diff --git
a/libavcodec/h264_sei.c
b/libavcodec/h264_sei.c
index
f72d72b
..
47f9c14
100644
(file)
--- 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);
}