Commit b8e933c8 authored by stefano's avatar stefano

Document register_avcodec().


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16132 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1cf9722d
......@@ -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);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment