You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-06 06:27:36 +02:00
@ -171,7 +171,7 @@ static int decode_registered_user_data_closed_caption(H264Context *h, int size)
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
int i;
|
int i;
|
||||||
avpriv_request_sample("Subtitles with data type 0x%02x",
|
avpriv_request_sample(h->avctx, "Subtitles with data type 0x%02x",
|
||||||
user_data_type_code);
|
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);
|
||||||
|
Reference in New Issue
Block a user