mirror of https://git.ffmpeg.org/ffmpeg.git
parent
4c4f14c717
commit
087c0a0a93
|
@ -1174,7 +1174,7 @@ static int dvbsub_parse_clut_segment(AVCodecContext *avctx,
|
|||
|
||||
if (depth == 0) {
|
||||
av_log(avctx, AV_LOG_ERROR, "Invalid clut depth 0x%x!\n", *buf);
|
||||
return AVERROR_INVALIDDATA;
|
||||
return 0;
|
||||
}
|
||||
|
||||
full_range = (*buf++) & 1;
|
||||
|
|
Loading…
Reference in New Issue