diff --git a/src/lib_ccx/dvb_subtitle_decoder.c b/src/lib_ccx/dvb_subtitle_decoder.c index afcf79ba8..b2eea246c 100644 --- a/src/lib_ccx/dvb_subtitle_decoder.c +++ b/src/lib_ccx/dvb_subtitle_decoder.c @@ -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 {