Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib_ccx/dvb_subtitle_decoder.c
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ static int dvbsub_parse_object_segment(void *dvb_ctx, const uint8_t *buf,
}
else if (coding_method == 1)
{
mprint("FIXME support for string coding standard\n");
mprint("dvbsub_parse_object_segment(): character-coded (string) subtitle objects are not supported. This object will be blank; other objects/regions in this packet are still processed normally.\n");
}
else
{
Expand Down
Loading