[FFmpeg-soc] [soc]: r2037 - aac/ffmpeg.patch

andoma subversion at mplayerhq.hu
Tue Mar 25 16:58:15 CET 2008


Author: andoma
Date: Tue Mar 25 16:58:14 2008
New Revision: 2037

Log:
Sync with ffmpeg trunk



Modified:
   aac/ffmpeg.patch

Modified: aac/ffmpeg.patch
==============================================================================
--- aac/ffmpeg.patch	(original)
+++ aac/ffmpeg.patch	Tue Mar 25 16:58:14 2008
@@ -1,8 +1,8 @@
 Index: libavcodec/Makefile
 ===================================================================
---- libavcodec/Makefile	(revision 12357)
+--- libavcodec/Makefile	(revision 12588)
 +++ libavcodec/Makefile	(working copy)
-@@ -26,6 +26,7 @@
+@@ -29,6 +29,7 @@
  
  OBJS-$(CONFIG_ENCODERS)                += faandct.o jfdctfst.o jfdctint.o
  
@@ -12,9 +12,9 @@ Index: libavcodec/Makefile
  OBJS-$(CONFIG_AC3_ENCODER)             += ac3enc.o ac3tab.o ac3.o
 Index: libavcodec/allcodecs.c
 ===================================================================
---- libavcodec/allcodecs.c	(revision 12357)
+--- libavcodec/allcodecs.c	(revision 12588)
 +++ libavcodec/allcodecs.c	(working copy)
-@@ -172,6 +172,7 @@
+@@ -174,6 +174,7 @@
      REGISTER_ENCDEC  (ZMBV, zmbv);
  
      /* audio codecs */
@@ -24,14 +24,14 @@ Index: libavcodec/allcodecs.c
      REGISTER_DECODER (ALAC, alac);
 Index: libavformat/mov.c
 ===================================================================
---- libavformat/mov.c	(revision 12357)
+--- libavformat/mov.c	(revision 12588)
 +++ libavformat/mov.c	(working copy)
-@@ -1556,7 +1556,7 @@
-             st->codec->width= 0; /* let decoder init width/height */
-             st->codec->height= 0;
-             break;
+@@ -1276,7 +1276,7 @@
+         st->codec->width= 0; /* let decoder init width/height */
+         st->codec->height= 0;
+         break;
 -#ifdef CONFIG_LIBFAAD
 +#if defined(CONFIG_LIBFAAD) || defined(CONFIG_AAC_DECODER)
-         case CODEC_ID_AAC:
+     case CODEC_ID_AAC:
  #endif
  #ifdef CONFIG_VORBIS_DECODER



More information about the FFmpeg-soc mailing list