From: lilo_booter Date: Mon, 3 May 2004 13:52:36 +0000 (+0000) Subject: sox fix; remove consumer avformat diagnostic X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=f5ac801122a42d683fe66cabfff0fd694df6f43d;p=melted sox fix; remove consumer avformat diagnostic git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@303 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/src/modules/avformat/consumer_avformat.c b/src/modules/avformat/consumer_avformat.c index d4782cb..e4c2db5 100644 --- a/src/modules/avformat/consumer_avformat.c +++ b/src/modules/avformat/consumer_avformat.c @@ -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 ) ) { diff --git a/src/modules/fezzik.ini b/src/modules/fezzik.ini index 153f60d..554285c 100644 --- a/src/modules/fezzik.ini +++ b/src/modules/fezzik.ini @@ -9,4 +9,4 @@ deinterlace=avdeinterlace rescaler=mcrescale,gtkrescale,rescale resizer=resize -resampler=soxresample,avresample +resampler=soxresample,avresample,resample diff --git a/src/modules/sox/Makefile b/src/modules/sox/Makefile index 4fe0310..343a785 100644 --- a/src/modules/sox/Makefile +++ b/src/modules/sox/Makefile @@ -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