You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
rmdec: do not export anything to AVCodecContext.codec_name
That field will be deprecated and the value that is written there is not particularly useful.
This commit is contained in:
@@ -240,8 +240,6 @@ static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
|
||||||
av_strlcpy(st->codec->codec_name, buf, sizeof(st->codec->codec_name));
|
|
||||||
}
|
}
|
||||||
if (ast->deint_id == DEINT_ID_INT4 ||
|
if (ast->deint_id == DEINT_ID_INT4 ||
|
||||||
ast->deint_id == DEINT_ID_GENR ||
|
ast->deint_id == DEINT_ID_GENR ||
|
||||||
|
Reference in New Issue
Block a user