diff raw.c @ 939:61959072be81 libavformat

generate adts frame headers if required
author mru
date Fri, 10 Feb 2006 01:24:32 +0000
parents 7420a756dc7a
children 7f8b1a1ac020
line wrap: on
line diff
--- a/raw.c	Thu Feb 09 23:53:07 2006 +0000
+++ b/raw.c	Fri Feb 10 01:24:32 2006 +0000
@@ -417,21 +417,6 @@
     .extensions = "aac",
 };
 
-#ifdef CONFIG_MUXERS
-AVOutputFormat aac_oformat = {
-    "aac",
-    "ADTS AAC",
-    "audio/aac",
-    "aac",
-    0,
-    CODEC_ID_AAC,
-    0,
-    raw_write_header,
-    raw_write_packet,
-    raw_write_trailer,
-};
-#endif
-
 AVInputFormat h261_iformat = {
     "h261",
     "raw h261",
@@ -783,7 +768,6 @@
     av_register_output_format(&ac3_oformat);
 
     av_register_input_format(&aac_iformat);
-    av_register_output_format(&aac_oformat);
 
     av_register_input_format(&dts_iformat);