comparison avcodec.h @ 4559:53ed3a394b4b libavcodec

Correct typo.
author takis
date Wed, 21 Feb 2007 23:48:20 +0000
parents 8d1303d3777d
children 1cb0cac7b19d
comparison
equal deleted inserted replaced
4558:4d1b45b20f8c 4559:53ed3a394b4b
2565 2565
2566 void avcodec_flush_buffers(AVCodecContext *avctx); 2566 void avcodec_flush_buffers(AVCodecContext *avctx);
2567 2567
2568 void avcodec_default_free_buffers(AVCodecContext *s); 2568 void avcodec_default_free_buffers(AVCodecContext *s);
2569 2569
2570 /* misc usefull functions */ 2570 /* misc useful functions */
2571 2571
2572 /** 2572 /**
2573 * returns a single letter to describe the picture type 2573 * returns a single letter to describe the picture type
2574 */ 2574 */
2575 char av_get_pict_type_char(int pict_type); 2575 char av_get_pict_type_char(int pict_type);