[SCM] libav/experimental: Include atrac.h: It contains the prototypes for atrac_generate_tables() and atrac_iqmf().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:02:02 UTC 2013


The following commit has been merged in the experimental branch:
commit 862715d3fed7c6fb7a2be0c87ba5e4885e1e5bd5
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sun Feb 28 03:39:11 2010 +0000

    Include atrac.h: It contains the prototypes for atrac_generate_tables()
    and atrac_iqmf().
    
    Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/atrac.c b/libavcodec/atrac.c
index 57fde6d..1b8b883 100644
--- a/libavcodec/atrac.c
+++ b/libavcodec/atrac.c
@@ -30,6 +30,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
+#include "atrac.h"
 
 float sf_table[64];
 float qmf_window[48];

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list