mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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:
parent
6072184e70
commit
ef9732162c
1 changed files with 0 additions and 2 deletions
|
|
@ -240,8 +240,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));
|
||||
}
|
||||
if (ast->deint_id == DEINT_ID_INT4 ||
|
||||
ast->deint_id == DEINT_ID_GENR ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue