[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec allcodecs.c, 1.125, 1.126 avcodec.h, 1.446, 1.447

Måns Rullgård CVS mru
Wed Feb 8 01:50:25 CET 2006


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv18636

Modified Files:
	allcodecs.c avcodec.h 
Log Message:
adts aac parser


Index: allcodecs.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/allcodecs.c,v
retrieving revision 1.125
retrieving revision 1.126
diff -u -d -r1.125 -r1.126
--- allcodecs.c	21 Jan 2006 18:19:47 -0000	1.125
+++ allcodecs.c	8 Feb 2006 00:50:22 -0000	1.126
@@ -622,5 +622,6 @@
 #ifdef CONFIG_DVBSUB_DECODER
     av_register_codec_parser(&dvbsub_parser);
 #endif
+    av_register_codec_parser(&aac_parser);
 }
 

Index: avcodec.h
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/avcodec.h,v
retrieving revision 1.446
retrieving revision 1.447
diff -u -d -r1.446 -r1.447
--- avcodec.h	24 Jan 2006 21:57:26 -0000	1.446
+++ avcodec.h	8 Feb 2006 00:50:22 -0000	1.447
@@ -2516,6 +2516,7 @@
 extern AVCodecParser ac3_parser;
 extern AVCodecParser dvdsub_parser;
 extern AVCodecParser dvbsub_parser;
+extern AVCodecParser aac_parser;
 
 /* memory */
 void *av_malloc(unsigned int size);





More information about the ffmpeg-cvslog mailing list