- Global AVCodecContext::hurry_up
- Deprecated in favor of skip_idct and skip_frame.
- Global AVCodecContext::request_channels
- Deprecated in favor of request_channel_layout.
- Global AVPALETTE_SIZE
- Use AVPacket to send palette changes instead. This is totally broken.
- Global audio_resample_init
- Use av_audio_resample_init() instead.
- Global av_parser_change
- use AVBitstreamFilter
- Global register_avcodec
- Deprecated in favor of avcodec_register().
- Global av_alloc_size
- . Code which uses ff_realloc_static is broken/misdesigned and should correctly use static arrays
- Global av_alloc_format_context
- Use avformat_alloc_context() instead.
- Global parse_frame_rate
- Use av_parse_video_frame_rate instead.
- Global parse_image_size
- Use av_parse_video_frame_size instead.
- Global register_protocol
- Use av_register_protocol() instead.
- Global sws_printVec
- Use sws_printVec2() instead.
- Global sws_scale_ordered
- Use sws_scale() instead.
Generated on Fri Oct 26 02:35:46 2012 for FFmpeg by
1.5.8