[FFmpeg-soc] [soc]: r3637 - mlp/libavcodec_mlp.h.diff

ramiro subversion at mplayerhq.hu
Wed Aug 27 04:37:38 CEST 2008


Author: ramiro
Date: Wed Aug 27 04:37:38 2008
New Revision: 3637

Log:
mlp.h need this patch since some revisions ago...

Added:
   mlp/libavcodec_mlp.h.diff

Added: mlp/libavcodec_mlp.h.diff
==============================================================================
--- (empty file)
+++ mlp/libavcodec_mlp.h.diff	Wed Aug 27 04:37:38 2008
@@ -0,0 +1,14 @@
+Index: libavcodec/mlp.h
+===================================================================
+--- libavcodec/mlp.h	(revision 14820)
++++ libavcodec/mlp.h	(working copy)
+@@ -69,6 +69,9 @@
+ 
+     int32_t     coeff[MAX_FILTER_ORDER];
+     int32_t     state[MAX_FILTER_ORDER];
++
++    int         coeff_bits;
++    int         coeff_shift;
+ } FilterParams;
+ 
+ /** sample data coding information */



More information about the FFmpeg-soc mailing list