# HG changeset patch # User diego # Date 1215761842 0 # Node ID 6edd87f61261c941e7662153499a64629ff0c64b # Parent f615c35681cf7ed5d6c094c06430a22cd3b8364c Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, fixes some warnings when compiling with muxers disabled. diff -r f615c35681cf -r 6edd87f61261 yuv4mpeg.c --- a/yuv4mpeg.c Thu Jul 10 11:41:06 2008 +0000 +++ b/yuv4mpeg.c Fri Jul 11 07:37:22 2008 +0000 @@ -29,6 +29,7 @@ int top_field_first; }; +#ifdef CONFIG_YUV4MPEGPIPE_MUXER static int yuv4_generate_header(AVFormatContext *s, char* buf) { AVStream *st; @@ -166,7 +167,6 @@ return 0; } -#ifdef CONFIG_YUV4MPEGPIPE_MUXER AVOutputFormat yuv4mpegpipe_muxer = { "yuv4mpegpipe", NULL_IF_CONFIG_SMALL("YUV4MPEG pipe format"),