mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Document register_avcodec().
Originally committed as revision 16132 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
7a961a46ba
commit
d1ca187fb6
@ -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);
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user