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

superdump subversion at mplayerhq.hu
Thu Aug 14 11:44:48 CEST 2008


Author: superdump
Date: Thu Aug 14 11:44:47 2008
New Revision: 3265

Log:
Update patch to apply to FFmpeg trunk


Modified:
   aac/ffmpeg.patch

Modified: aac/ffmpeg.patch
==============================================================================
--- aac/ffmpeg.patch	(original)
+++ aac/ffmpeg.patch	Thu Aug 14 11:44:47 2008
@@ -1,6 +1,6 @@
 Index: Changelog
 ===================================================================
---- Changelog	(revision 14643)
+--- Changelog	(revision 14752)
 +++ Changelog	(working copy)
 @@ -129,6 +129,7 @@
  - removed animated GIF decoder/demuxer
@@ -12,7 +12,7 @@ Index: Changelog
  
 Index: libavcodec/Makefile
 ===================================================================
---- libavcodec/Makefile	(revision 14643)
+--- libavcodec/Makefile	(revision 14752)
 +++ libavcodec/Makefile	(working copy)
 @@ -25,6 +25,7 @@
  
@@ -24,7 +24,7 @@ Index: libavcodec/Makefile
  OBJS-$(CONFIG_AC3_ENCODER)             += ac3enc.o ac3tab.o ac3.o
 Index: libavcodec/allcodecs.c
 ===================================================================
---- libavcodec/allcodecs.c	(revision 14643)
+--- libavcodec/allcodecs.c	(revision 14752)
 +++ libavcodec/allcodecs.c	(working copy)
 @@ -181,6 +181,7 @@
      REGISTER_ENCDEC  (ZMBV, zmbv);
@@ -36,20 +36,20 @@ Index: libavcodec/allcodecs.c
      REGISTER_DECODER (APE, ape);
 Index: libavcodec/avcodec.h
 ===================================================================
---- libavcodec/avcodec.h	(revision 14643)
+--- libavcodec/avcodec.h	(revision 14752)
 +++ libavcodec/avcodec.h	(working copy)
 @@ -30,7 +30,7 @@
  #include "libavutil/avutil.h"
  
  #define LIBAVCODEC_VERSION_MAJOR 51
--#define LIBAVCODEC_VERSION_MINOR 63
-+#define LIBAVCODEC_VERSION_MINOR 64
+-#define LIBAVCODEC_VERSION_MINOR 64
++#define LIBAVCODEC_VERSION_MINOR 65
  #define LIBAVCODEC_VERSION_MICRO  0
  
  #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
 Index: doc/general.texi
 ===================================================================
---- doc/general.texi	(revision 14643)
+--- doc/general.texi	(revision 14752)
 +++ doc/general.texi	(working copy)
 @@ -337,7 +337,7 @@
  @item 4X IMA ADPCM           @tab     @tab  X



More information about the FFmpeg-soc mailing list