You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/dvdsubdec: don't use a NULL log context
This commit is contained in:
@@ -406,7 +406,7 @@ static int decode_dvd_subtitles(DVDSubContext *ctx, AVSubtitle *sub_header,
|
||||
}
|
||||
}
|
||||
if (next_cmd_pos < cmd_pos) {
|
||||
av_log(NULL, AV_LOG_ERROR, "Invalid command offset\n");
|
||||
av_log(ctx, AV_LOG_ERROR, "Invalid command offset\n");
|
||||
break;
|
||||
}
|
||||
if (next_cmd_pos == cmd_pos)
|
||||
|
Reference in New Issue
Block a user