This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
h264_sei: log unknown sei messages
Signed-off-by: Anton Khirnov <anton@khirnov.net>
tags/n2.1
Vittorio Giovara
Anton Khirnov
11 years ago
parent
5f24fe82e5
commit
26179964ff
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/h264_sei.c
+ 1
- 0
libavcodec/h264_sei.c
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);
}
Write
Preview
Loading…
Cancel
Save