summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-09-08 22:38:01 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2015-09-09 00:17:59 +0200
commit91ca8105dde93e8f7500abba36f87629975ba1ab (patch)
tree3bea737365e3d714c52600226b44455ffa6d2031 /libavcodec
parenta62bf26c28f66099a96c36c3c6f9787eac067565 (diff)
avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request
Suggested-by: Carl and Hendrik
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/h264_sei.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/h264_sei.c b/libavcodec/h264_sei.c
index fbb5576b91..818caa8dfd 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);
}