Browse Source

CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo

Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
8a85f46d2b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/aiff.c

+ 1
- 1
libavformat/aiff.c View File

@@ -441,7 +441,7 @@ AVInputFormat aiff_demuxer = {
};
#endif

#ifdef CONFIG_AIFF_DEMUXER
#ifdef CONFIG_AIFF_MUXER
AVOutputFormat aiff_muxer = {
"aiff",
"Audio IFF",


Loading…
Cancel
Save