|
|
|
@@ -2824,6 +2824,16 @@ int avcodec_encode_subtitle(AVCodecContext *avctx, uint8_t *buf, int buf_size, |
|
|
|
|
|
|
|
int avcodec_close(AVCodecContext *avctx); |
|
|
|
|
|
|
|
/** |
|
|
|
* 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); |
|
|
|
|
|
|
|
/** |
|
|
|
|