diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-12-14 20:04:41 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-12-14 20:04:41 +0000 |
commit | d1ca187fb6cf03395e5f7b469f5d56d8a877dec2 (patch) | |
tree | 7a7b4e8e5892938fc23076e31c7f2312f2c69d63 /libavcodec/avcodec.h | |
parent | 7a961a46ba28e49f88ff0e81b96395c96b424634 (diff) | |
download | ffmpeg-d1ca187fb6cf03395e5f7b469f5d56d8a877dec2.tar.gz |
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.h | 5 |
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); /** |