Browse Source

Document register_avcodec().

Originally committed as revision 16132 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Stefano Sabatini 16 years ago
parent
commit
d1ca187fb6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      libavcodec/avcodec.h

+ 5
- 0
libavcodec/avcodec.h View File

@@ -2563,6 +2563,11 @@ unsigned avcodec_version(void);
*/ */
void avcodec_init(void); void avcodec_init(void);


/**
* Register the codec \p codec and initialize libavcodec.
*
* @see avcodec_init()
*/
void register_avcodec(AVCodec *codec); void register_avcodec(AVCodec *codec);


/** /**


Loading…
Cancel
Save