diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-01 17:49:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-01 17:49:57 +0200 |
commit | b917d7024e3613155b3c6428ad9049156d55286d (patch) | |
tree | 2b128fe5b09fbda7ffb17084c952e71fa81044ce | |
parent | bb5657fabfecd4007816d7310a410f628aa5bf91 (diff) | |
parent | ef9732162cd4b593c6db28fdd352ebef21b5c1ca (diff) | |
download | ffmpeg-b917d7024e3613155b3c6428ad9049156d55286d.tar.gz |
Merge commit 'ef9732162cd4b593c6db28fdd352ebef21b5c1ca'
* commit 'ef9732162cd4b593c6db28fdd352ebef21b5c1ca':
rmdec: do not export anything to AVCodecContext.codec_name
Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/rmdec.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c index 1775d6cdfb..36764ee9b2 100644 --- a/libavformat/rmdec.c +++ b/libavformat/rmdec.c @@ -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: |