summaryrefslogtreecommitdiff
path: root/libavformat/ogg2.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/ogg2.c')
-rw-r--r--libavformat/ogg2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libavformat/ogg2.c b/libavformat/ogg2.c
index b32e27d3ab..e6da34e816 100644
--- a/libavformat/ogg2.c
+++ b/libavformat/ogg2.c
@@ -44,7 +44,7 @@ static ogg_codec_t *ogg_codecs[] = {
NULL
};
-#if 0 // CONFIG_ENCODERS
+#if 0 // CONFIG_MUXERS
static int
ogg_write_header (AVFormatContext * avfcontext)
{
@@ -74,7 +74,7 @@ static AVOutputFormat ogg_oformat = {
ogg_write_packet,
ogg_write_trailer,
};
-#endif //CONFIG_ENCODERS
+#endif //CONFIG_MUXERS
//FIXME We could avoid some structure duplication
static int
@@ -638,7 +638,7 @@ static AVInputFormat ogg_iformat = {
int
ogg_init (void)
{
-#if 0 // CONFIG_ENCODERS
+#if 0 // CONFIG_MUXERS
av_register_output_format (&ogg_oformat);
#endif
av_register_input_format (&ogg_iformat);