- Global <globalScope>::audio_resample_init (int output_channels, int input_channels, int output_rate, int input_rate)
- Use av_audio_resample_init() instead.
- Global <globalScope>::av_alloc_format_context (void)
- Use avformat_alloc_context() instead.
- Global <globalScope>::av_alloc_size (2)
- . Code which uses ff_realloc_static is broken/misdesigned and should correctly use static arrays
- Global <globalScope>::av_parser_change (AVCodecParserContext *s, AVCodecContext *avctx, uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size, int keyframe)
- use AVBitstreamFilter
- Global <globalScope>::AVPALETTE_SIZE
- Use AVPacket to send palette changes instead. This is totally broken.
- Global <globalScope>::parse_frame_rate (int *frame_rate, int *frame_rate_base, const char *arg)
- Use av_parse_video_frame_rate instead.
- Global <globalScope>::parse_image_size (int *width_ptr, int *height_ptr, const char *str)
- Use av_parse_video_frame_size instead.
- Global <globalScope>::register_avcodec (AVCodec *codec)
- Deprecated in favor of avcodec_register().
- Global <globalScope>::register_protocol (URLProtocol *protocol)
- Use av_register_protocol() instead.
- Global <globalScope>::sws_printVec (SwsVector *a)
- Use sws_printVec2() instead.
- Global <globalScope>::sws_scale_ordered (struct SwsContext *context, uint8_t *src[], int srcStride[], int srcSliceY, int srcSliceH, uint8_t *dst[], int dstStride[]) attribute_deprecated
- Use sws_scale() instead.
- Global AVCodecContext::hurry_up
- Deprecated in favor of skip_idct and skip_frame.
- Global AVCodecContext::request_channels
- Deprecated in favor of request_channel_layout.
Generated by
1.6.2