Commit b917d702 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ef973216'

* commit 'ef973216':
  rmdec: do not export anything to AVCodecContext.codec_name
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents bb5657fa ef973216
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment