comparison avcodec.h @ 4570:58be423405db libavcodec

Doxygenize the comments for the av_get_bits_per_sample() function.
author takis
date Thu, 22 Feb 2007 19:09:35 +0000
parents dcf43f64d80d
children 6f3ed8519dff
comparison
equal deleted inserted replaced
4569:dcf43f64d80d 4570:58be423405db
2774 * @return A single character representing the picture type. 2774 * @return A single character representing the picture type.
2775 */ 2775 */
2776 char av_get_pict_type_char(int pict_type); 2776 char av_get_pict_type_char(int pict_type);
2777 2777
2778 /** 2778 /**
2779 * returns codec bits per sample 2779 * Returns codec bits per sample.
2780 *
2781 * @param[in] codec_id The codec.
2782 * @return Number of bits per sample or zero if unknown for the given codec.
2780 */ 2783 */
2781 int av_get_bits_per_sample(enum CodecID codec_id); 2784 int av_get_bits_per_sample(enum CodecID codec_id);
2782 2785
2783 /* frame parsing */ 2786 /* frame parsing */
2784 typedef struct AVCodecParserContext { 2787 typedef struct AVCodecParserContext {