mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit 'ef9732162cd4b593c6db28fdd352ebef21b5c1ca'
* commit 'ef9732162cd4b593c6db28fdd352ebef21b5c1ca': rmdec: do not export anything to AVCodecContext.codec_name Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
b917d7024e
|
@ -254,8 +254,6 @@ static int rm_read_audio_stream_info(AVFormatContext *s, AVIOContext *pb,
|
|||
return ret;
|
||||
}
|
||||
break;
|
||||
default:
|
||||
av_strlcpy(st->codec->codec_name, buf, sizeof(st->codec->codec_name));
|
||||
}
|
||||
switch (ast->deint_id) {
|
||||
case DEINT_ID_INT4:
|
||||
|
|
Loading…
Reference in New Issue