[FFmpeg-soc] [soc]: r3047 - aac/ffmpeg.patch
superdump
subversion at mplayerhq.hu
Wed Aug 6 13:33:49 CEST 2008
Author: superdump
Date: Wed Aug 6 13:33:49 2008
New Revision: 3047
Log:
Update FFmpeg patch to apply to current FFmpeg trunk
Modified:
aac/ffmpeg.patch
Modified: aac/ffmpeg.patch
==============================================================================
--- aac/ffmpeg.patch (original)
+++ aac/ffmpeg.patch Wed Aug 6 13:33:49 2008
@@ -1,18 +1,18 @@
Index: Changelog
===================================================================
---- Changelog (revision 14476)
+--- Changelog (revision 14643)
+++ Changelog (working copy)
-@@ -127,6 +127,7 @@
- - Motion Pixels Video decoder
- - Motion Pixels MVI demuxer
+@@ -129,6 +129,7 @@
- removed animated GIF decoder/demuxer
+ - D-Cinema audio muxer
+ - Electronic Arts TGV decoder
+- AAC decoder
version 0.4.9-pre1:
Index: libavcodec/Makefile
===================================================================
---- libavcodec/Makefile (revision 14476)
+--- libavcodec/Makefile (revision 14643)
+++ libavcodec/Makefile (working copy)
@@ -25,6 +25,7 @@
@@ -24,9 +24,9 @@ Index: libavcodec/Makefile
OBJS-$(CONFIG_AC3_ENCODER) += ac3enc.o ac3tab.o ac3.o
Index: libavcodec/allcodecs.c
===================================================================
---- libavcodec/allcodecs.c (revision 14476)
+--- libavcodec/allcodecs.c (revision 14643)
+++ libavcodec/allcodecs.c (working copy)
-@@ -180,6 +180,7 @@
+@@ -181,6 +181,7 @@
REGISTER_ENCDEC (ZMBV, zmbv);
/* audio codecs */
@@ -36,22 +36,22 @@ Index: libavcodec/allcodecs.c
REGISTER_DECODER (APE, ape);
Index: libavcodec/avcodec.h
===================================================================
---- libavcodec/avcodec.h (revision 14476)
+--- libavcodec/avcodec.h (revision 14643)
+++ libavcodec/avcodec.h (working copy)
@@ -30,7 +30,7 @@
#include "libavutil/avutil.h"
#define LIBAVCODEC_VERSION_MAJOR 51
--#define LIBAVCODEC_VERSION_MINOR 62
-+#define LIBAVCODEC_VERSION_MINOR 63
+-#define LIBAVCODEC_VERSION_MINOR 63
++#define LIBAVCODEC_VERSION_MINOR 64
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
Index: doc/general.texi
===================================================================
---- doc/general.texi (revision 14476)
+--- doc/general.texi (revision 14643)
+++ doc/general.texi (working copy)
-@@ -336,7 +336,7 @@
+@@ -337,7 +337,7 @@
@item 4X IMA ADPCM @tab @tab X
@item 8SVX audio @tab @tab X
@item AAC @tab X @tab X
More information about the FFmpeg-soc
mailing list