sox fix; remove consumer avformat diagnostic
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 3 May 2004 13:52:36 +0000 (13:52 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 3 May 2004 13:52:36 +0000 (13:52 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@303 d19143bc-622f-0410-bfdd-b5b2a6649095

src/modules/avformat/consumer_avformat.c
src/modules/fezzik.ini
src/modules/sox/Makefile

index d4782cb..e4c2db5 100644 (file)
@@ -591,8 +591,6 @@ static void *consumer_thread( void *arg )
                if ( audio_st )
                        audio_input_frame_size = open_audio( oc, audio_st, audio_outbuf_size );
 
-               fprintf( stderr, "%d\n", audio_input_frame_size );
-
                // Open the output file, if needed
                if ( !( fmt->flags & AVFMT_NOFILE ) ) 
                {
index 153f60d..554285c 100644 (file)
@@ -9,4 +9,4 @@
 deinterlace=avdeinterlace
 rescaler=mcrescale,gtkrescale,rescale
 resizer=resize
-resampler=soxresample,avresample
+resampler=soxresample,avresample,resample
index 4fe0310..343a785 100644 (file)
@@ -5,7 +5,7 @@ TARGET = ../libmltsox.so
 OBJS = factory.o \
           filter_sox.o 
 
-CFLAGS += -I../../
+CFLAGS += -I../../ -I/usr/include/sox
 
 LDFLAGS += -lst -lpopt -lvorbis -logg -lvorbisfile -lvorbisenc