[FFmpeg-cvslog] avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request
Michael Niedermayer
git at videolan.org
Wed Sep 9 00:19:37 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Tue Sep 8 22:38:01 2015 +0200| [91ca8105dde93e8f7500abba36f87629975ba1ab] | committer: Michael Niedermayer
avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request
Suggested-by: Carl and Hendrik
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91ca8105dde93e8f7500abba36f87629975ba1ab
---
libavcodec/h264_sei.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index fbb5576..818caa8 100644
--- a/libavcodec/h264_sei.c
+++ b/libavcodec/h264_sei.c
@@ -182,8 +182,6 @@ static int decode_registered_user_data_closed_caption(H264Context *h, int size)
}
} else {
int i;
- avpriv_request_sample(h->avctx, "Subtitles with data type 0x%02x",
- user_data_type_code);
for (i = 0; i < size - 1; i++)
skip_bits(&h->gb, 8);
}
More information about the ffmpeg-cvslog
mailing list