git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ogg demuxer ported from tcvp by Luca Barbato <lu_zero at gentoo dot org>,
[ffmpeg.git]
/
libavformat
/
allformats.c
diff --git
a/libavformat/allformats.c
b/libavformat/allformats.c
index
bc7eff5
..
d13c90e
100644
(file)
--- a/
libavformat/allformats.c
+++ b/
libavformat/allformats.c
@@
-81,9
+81,10
@@
void av_register_all(void)
amr_init();
#endif
yuv4mpeg_init();
amr_init();
#endif
yuv4mpeg_init();
-
-#ifdef CONFIG_LIBOGG
+
ogg_init();
ogg_init();
+#ifdef CONFIG_LIBOGG
+ libogg_init();
#endif
ffm_init();
#endif
ffm_init();