This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
7a961a46ba
commit
d1ca187fb6
1 changed files
with
5 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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);
/**
/**
Write
Preview
Loading…
Cancel
Save