summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-25 15:47:55 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2014-03-25 15:47:55 +0100
commit0816abae1ed15fd2388626d49b4487b0a5628941 (patch)
treea53f6643ac60ea7c7d72c90af36eba4722532f0d /libavformat/allformats.c
parente6fe804bdd6272de633ecf3fc73e1aba6746f641 (diff)
Add an .oga muxer.
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 6d748608db..631284897a 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -204,6 +204,7 @@ void av_register_all(void)
REGISTER_MUXER (NULL, null);
REGISTER_MUXDEMUX(NUT, nut);
REGISTER_DEMUXER (NUV, nuv);
+ REGISTER_MUXER (OGA, oga);
REGISTER_MUXDEMUX(OGG, ogg);
REGISTER_MUXDEMUX(OMA, oma);
REGISTER_MUXER (OPUS, opus);