summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-12-14 20:04:41 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-12-14 20:04:41 +0000
commitd1ca187fb6cf03395e5f7b469f5d56d8a877dec2 (patch)
tree7a7b4e8e5892938fc23076e31c7f2312f2c69d63 /libavcodec/avcodec.h
parent7a961a46ba28e49f88ff0e81b96395c96b424634 (diff)
Document register_avcodec().
Originally committed as revision 16132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 048d225844..237ad03c15 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -2563,6 +2563,11 @@ unsigned avcodec_version(void);
*/
void avcodec_init(void);
+/**
+ * Register the codec \p codec and initialize libavcodec.
+ *
+ * @see avcodec_init()
+ */
void register_avcodec(AVCodec *codec);
/**