[SCM] libav/experimental: CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:49:00 UTC 2013


The following commit has been merged in the experimental branch:
commit 8a85f46d2bfcac447d7a3c52f7722ae37bd56f14
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue Jul 11 00:53:55 2006 +0000

    CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
    
    Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/aiff.c b/libavformat/aiff.c
index 421d4f6..de2afee 100644
--- a/libavformat/aiff.c
+++ b/libavformat/aiff.c
@@ -441,7 +441,7 @@ AVInputFormat aiff_demuxer = {
 };
 #endif
 
-#ifdef CONFIG_AIFF_DEMUXER
+#ifdef CONFIG_AIFF_MUXER
 AVOutputFormat aiff_muxer = {
     "aiff",
     "Audio IFF",

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list