diff flvdec.c @ 232:eb90c0a5a1ba libavformat

CODEC_ID_MP3LAME is obsolete
author bellard
date Mon, 08 Sep 2003 22:04:29 +0000
parents 99fbacf0f764
children 845f9de2c883
line wrap: on
line diff
--- a/flvdec.c	Mon Sep 08 21:59:53 2003 +0000
+++ b/flvdec.c	Mon Sep 08 22:04:29 2003 +0000
@@ -64,7 +64,7 @@
         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);