mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-30 16:37:44 +00:00
Move documentation of avcodec_register_all() from allcodecs.c to
avcodec.h. Originally committed as revision 16135 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
54c441c860
commit
d0a01fe84b
2 changed files with 10 additions and 10 deletions
|
@ -41,16 +41,6 @@
|
|||
extern AVBitStreamFilter x##_bsf; \
|
||||
if(ENABLE_##X##_BSF) av_register_bitstream_filter(&x##_bsf); }
|
||||
|
||||
/**
|
||||
* Register all the codecs, parsers and bitstream filters which were enabled at
|
||||
* configuration time. If you do not call this function you can select exactly
|
||||
* which formats you want to support, by using the individual registration
|
||||
* functions.
|
||||
*
|
||||
* @see register_avcodec
|
||||
* @see av_register_codec_parser
|
||||
* @see av_register_bitstream_filter
|
||||
*/
|
||||
void avcodec_register_all(void)
|
||||
{
|
||||
static int initialized;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue