comparison avcodec.h @ 4569:dcf43f64d80d libavcodec

Doxygenize the comments for the av_get_pict_type_char() function.
author takis
date Thu, 22 Feb 2007 19:08:39 +0000
parents ad50768a5b57
children 58be423405db
comparison
equal deleted inserted replaced
4568:ad50768a5b57 4569:dcf43f64d80d
2766 void avcodec_default_free_buffers(AVCodecContext *s); 2766 void avcodec_default_free_buffers(AVCodecContext *s);
2767 2767
2768 /* misc useful functions */ 2768 /* misc useful functions */
2769 2769
2770 /** 2770 /**
2771 * returns a single letter to describe the picture type 2771 * Returns a single letter to describe the given picture type \p pict_type.
2772 *
2773 * @param[in] pict_type The picture type.
2774 * @return A single character representing the picture type.
2772 */ 2775 */
2773 char av_get_pict_type_char(int pict_type); 2776 char av_get_pict_type_char(int pict_type);
2774 2777
2775 /** 2778 /**
2776 * returns codec bits per sample 2779 * returns codec bits per sample