[FFmpeg-soc] [soc]: r1652 - qcelp/qcelp_glue.diff

reynaldo subversion at mplayerhq.hu
Sun Dec 23 04:52:50 CET 2007


Author: reynaldo
Date: Sun Dec 23 04:52:50 2007
New Revision: 1652

Log:
TRIVIAL: This fixes offsets on the glue patch

Modified:
   qcelp/qcelp_glue.diff

Modified: qcelp/qcelp_glue.diff
==============================================================================
--- qcelp/qcelp_glue.diff	(original)
+++ qcelp/qcelp_glue.diff	Sun Dec 23 04:52:50 2007
@@ -1,6 +1,6 @@
 Index: libavcodec/Makefile
 ===================================================================
---- libavcodec/Makefile	(revision 11264)
+--- libavcodec/Makefile	(revision 11306)
 +++ libavcodec/Makefile	(working copy)
 @@ -140,6 +140,7 @@
  OBJS-$(CONFIG_PNG_ENCODER)             += png.o pngenc.o
@@ -20,7 +20,7 @@ Index: libavcodec/Makefile
  OBJS-$(CONFIG_DUMP_EXTRADATA_BSF)      += dump_extradata_bsf.o
 Index: libavcodec/allcodecs.c
 ===================================================================
---- libavcodec/allcodecs.c	(revision 11264)
+--- libavcodec/allcodecs.c	(revision 11306)
 +++ libavcodec/allcodecs.c	(working copy)
 @@ -189,6 +189,7 @@
      REGISTER_DECODER (MPC7, mpc7);
@@ -40,7 +40,7 @@ Index: libavcodec/allcodecs.c
      /* bitstream filters */
 Index: libavformat/isom.c
 ===================================================================
---- libavformat/isom.c	(revision 11264)
+--- libavformat/isom.c	(revision 11306)
 +++ libavformat/isom.c	(working copy)
 @@ -166,6 +166,9 @@
      { CODEC_ID_AC3,  MKTAG('m', 's', 0x20, 0x00) }, /* Dolby AC-3 */
@@ -54,9 +54,9 @@ Index: libavformat/isom.c
      { CODEC_ID_DVAUDIO, MKTAG('v', 'd', 'v', 'a') },
 Index: libavformat/mov.c
 ===================================================================
---- libavformat/mov.c	(revision 11264)
+--- libavformat/mov.c	(revision 11306)
 +++ libavformat/mov.c	(working copy)
-@@ -830,6 +830,8 @@
+@@ -834,6 +834,8 @@
          st->codec->sample_rate= 16000;
          st->codec->channels= 1; /* really needed */
          break;



More information about the FFmpeg-soc mailing list