Browse Source

Doxygenize the comments for the av_get_bits_per_sample() function.

Originally committed as revision 8082 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Panagiotis Issaris 19 years ago
parent
commit
2fa378a72c
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      libavcodec/avcodec.h

+ 4
- 1
libavcodec/avcodec.h View File

@@ -2776,7 +2776,10 @@ void avcodec_default_free_buffers(AVCodecContext *s);
char av_get_pict_type_char(int pict_type); char av_get_pict_type_char(int pict_type);


/** /**
* returns codec bits per sample
* Returns codec bits per sample.
*
* @param[in] codec_id The codec.
* @return Number of bits per sample or zero if unknown for the given codec.
*/ */
int av_get_bits_per_sample(enum CodecID codec_id); int av_get_bits_per_sample(enum CodecID codec_id);




Loading…
Cancel
Save