summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-07-20 21:55:12 -0300
committerJames Almer <jamrial@gmail.com>2016-07-20 22:32:43 -0300
commit66408fce493b36578638ee22b6305bc065bcede2 (patch)
treee7b80ea2e3b492cc478cde5889a2c731ce6d76a4 /libavformat/allformats.c
parentec0e888e3aeb7ee75cfa5cdf44695c8a49343ab1 (diff)
avformat: add an Ogg Video muxer
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 58c33a62be..10c9bcce7f 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -225,6 +225,7 @@ void av_register_all(void)
REGISTER_DEMUXER (NUV, nuv);
REGISTER_MUXER (OGA, oga);
REGISTER_MUXDEMUX(OGG, ogg);
+ REGISTER_MUXER (OGV, ogv);
REGISTER_MUXDEMUX(OMA, oma);
REGISTER_MUXER (OPUS, opus);
REGISTER_DEMUXER (PAF, paf);