Commit 91ca8105 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/h264_sei: Remove "Subtitles with data type 0x%02x" sample request

Suggested-by: Carl and Hendrik
parent a62bf26c
...@@ -182,8 +182,6 @@ static int decode_registered_user_data_closed_caption(H264Context *h, int size) ...@@ -182,8 +182,6 @@ static int decode_registered_user_data_closed_caption(H264Context *h, int size)
} }
} else { } else {
int i; int i;
avpriv_request_sample(h->avctx, "Subtitles with data type 0x%02x",
user_data_type_code);
for (i = 0; i < size - 1; i++) for (i = 0; i < size - 1; i++)
skip_bits(&h->gb, 8); skip_bits(&h->gb, 8);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment