comparison avcodec.h @ 2522:e25782262d7d libavcodec

kill warnings patch by (Mns Rullgrd <mru inprovide com>)
author michael
date Thu, 24 Feb 2005 19:08:50 +0000
parents 047f7bad4cbb
children b47af698085e
comparison
equal deleted inserted replaced
2521:d3885f927bc7 2522:e25782262d7d
2199 2199
2200 void avcodec_register_all(void); 2200 void avcodec_register_all(void);
2201 2201
2202 void avcodec_flush_buffers(AVCodecContext *avctx); 2202 void avcodec_flush_buffers(AVCodecContext *avctx);
2203 2203
2204 void avcodec_default_free_buffers(AVCodecContext *s);
2205
2204 /* misc usefull functions */ 2206 /* misc usefull functions */
2205 2207
2206 /** 2208 /**
2207 * returns a single letter to describe the picture type 2209 * returns a single letter to describe the picture type
2208 */ 2210 */