mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
CODEC_ID_MP3LAME is obsolete
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -64,7 +64,7 @@ static int flv_read_header(AVFormatContext *s,
|
||||
if (!st)
|
||||
return AVERROR_NOMEM;
|
||||
st->codec.codec_type = CODEC_TYPE_AUDIO;
|
||||
st->codec.codec_id = CODEC_ID_MP3LAME;
|
||||
st->codec.codec_id = CODEC_ID_MP3;
|
||||
}
|
||||
|
||||
offset = get_be32(&s->pb);
|
||||
|
||||
Reference in New Issue
Block a user