summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-25 16:44:45 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-01-25 16:44:45 +0000
commit4815e246234972d7ff1f6e46ebc820dc6fe33fa0 (patch)
tree6accb7d71f4e4720f3dae2ae7c9ad9c76656345c /libavformat/allformats.c
parentf3c04c1385b23b86dc448f5dd244c4fed1cc2fb6 (diff)
Move documentation of av_register_all() from allformats.c to
avformat.h, and extend it. Originally committed as revision 16774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index a8b2725ac7..a30693020b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -36,12 +36,6 @@
extern URLProtocol x##_protocol; \
if(CONFIG_##X##_PROTOCOL) register_protocol(&x##_protocol); }
-/* If you do not call this function, then you can select exactly which
- formats you want to support */
-
-/**
- * Initialize libavformat and register all the (de)muxers and protocols.
- */
void av_register_all(void)
{
static int initialized;