mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff70e60176
commit
8a85f46d2b
@ -441,7 +441,7 @@ AVInputFormat aiff_demuxer = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_AIFF_DEMUXER
|
||||
#ifdef CONFIG_AIFF_MUXER
|
||||
AVOutputFormat aiff_muxer = {
|
||||
"aiff",
|
||||
"Audio IFF",
|
||||
|
Loading…
Reference in New Issue
Block a user