]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/flvdec.c
yep, FLI support
[ffmpeg] / libavformat / flvdec.c
index b15e143c73e034442df885e0c8d0a128694423a1..e443fd523a58a9cc34683b4ed03d8ea7a5955007 100644 (file)
@@ -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);