You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/dvbsubdec: request samples for missing coding methods
This commit is contained in:
@@ -1032,9 +1032,10 @@ static int dvbsub_parse_object_segment(AVCodecContext *avctx,
|
|||||||
dvbsub_parse_pixel_data_block(avctx, display, block, bfl, 1,
|
dvbsub_parse_pixel_data_block(avctx, display, block, bfl, 1,
|
||||||
non_modifying_color);
|
non_modifying_color);
|
||||||
}
|
}
|
||||||
|
} else if (coding_method == 1) {
|
||||||
/* } else if (coding_method == 1) {*/
|
avpriv_report_missing_feature(avctx, "coded as a string of characters");
|
||||||
|
} else if (coding_method == 2) {
|
||||||
|
avpriv_report_missing_feature(avctx, "progressive coding of pixels");
|
||||||
} else {
|
} else {
|
||||||
av_log(avctx, AV_LOG_ERROR, "Unknown object coding %d\n", coding_method);
|
av_log(avctx, AV_LOG_ERROR, "Unknown object coding %d\n", coding_method);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user