[SCM] libav/experimental: reverse first hunk

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:33:55 UTC 2013


The following commit has been merged in the experimental branch:
commit b8e6ad84e563ae01a50fc6af58464d4c190f7538
Author: Nick Kurshev <nickols_k at mail.ru>
Date:   Thu Oct 31 18:17:25 2002 +0000

    reverse first hunk
    
    Originally committed as revision 1132 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c
index 47ea514..118cf11 100644
--- a/libavcodec/wmadec.c
+++ b/libavcodec/wmadec.c
@@ -19,8 +19,8 @@
 #include "avcodec.h"
 #include "dsputil.h"
 
-//#define DEBUG_PARAMS
-//#define DEBUG_TRACE
+#define DEBUG_PARAMS
+#define DEBUG_TRACE
 
 /* size of blocks */
 #define BLOCK_MIN_BITS 7
@@ -34,7 +34,7 @@
 
 #define NB_LSP_COEFS 10
 
-/* XXX: is it a suitable [18~value ? */
+/* XXX: is it a suitable value ? */
 #define MAX_CODED_SUPERFRAME_SIZE 4096
 
 #define MAX_CHANNELS 2

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list