Skip to content
Snippets Groups Projects
Commit 8a85f46d authored by Diego Biurrun's avatar Diego Biurrun
Browse files

CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo

Originally committed as revision 5708 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ff70e601
No related branches found
No related tags found
No related merge requests found
...@@ -441,7 +441,7 @@ AVInputFormat aiff_demuxer = { ...@@ -441,7 +441,7 @@ AVInputFormat aiff_demuxer = {
}; };
#endif #endif
#ifdef CONFIG_AIFF_DEMUXER #ifdef CONFIG_AIFF_MUXER
AVOutputFormat aiff_muxer = { AVOutputFormat aiff_muxer = {
"aiff", "aiff",
"Audio IFF", "Audio IFF",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment