diff mpeg.c @ 483:f4e9e55f703c libavformat

cvs diff before cvs commit
author melanson
date Sat, 19 Jun 2004 14:51:46 +0000
parents 0fdc96c2f2fe
children 112057e05179
line wrap: on
line diff
--- a/mpeg.c	Sat Jun 19 03:59:34 2004 +0000
+++ b/mpeg.c	Sat Jun 19 14:51:46 2004 +0000
@@ -1351,14 +1351,6 @@
            pkt->stream_index, pkt->pts / 90000.0, pkt->dts / 90000.0);
 #endif
 
-#if 1
-//#ifdef CONFIG_ADX
-    if (codec_id == CODEC_ID_MP2 && is_adx(pkt->data,pkt->size)) {
-printf ("found ADX...\n");
-        st->codec.codec_id = CODEC_ID_ADPCM_ADX;
-    }
-#endif //CONFIG_ADX
-
     return 0;
 }