Mercurial > libavformat.hg
changeset 5344:b596cf9ab248 libavformat
Corrects two typos
author | reynaldo |
---|---|
date | Thu, 05 Nov 2009 02:04:21 +0000 |
parents | 932ea4344b75 |
children | 4f2be9042fd6 |
files | mtv.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mtv.c Thu Nov 05 01:59:07 2009 +0000 +++ b/mtv.c Thu Nov 05 02:04:21 2009 +0000 @@ -40,7 +40,7 @@ unsigned int file_size; ///< filesize, not always right unsigned int segments; ///< number of 512 byte segments unsigned int audio_identifier; ///< 'MP3' on all files I have seen - unsigned int audio_br; ///< bitrate of audio chanel (mp3) + unsigned int audio_br; ///< bitrate of audio channel (mp3) unsigned int img_colorfmt; ///< frame colorfmt rgb 565/555 unsigned int img_bpp; ///< frame bits per pixel unsigned int img_width; // @@ -71,7 +71,7 @@ } if(p->buf[51] != 16) - return AVPROBE_SCORE_MAX/4; // But we are going to assume 16bbp anyway .. + return AVPROBE_SCORE_MAX/4; // But we are going to assume 16bpp anyway .. return AVPROBE_SCORE_MAX; }