ffmpeg | branch: release/2.8 | Michael Niedermayer <mich...@niedermayer.cc> | 
Tue Sep  8 22:38:01 2015 +0200| [b72c184194b92786373c420f2820c077f34de64d] | 
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=b72c184194b92786373c420f2820c077f34de64d
---

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

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to