]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ituh263enc.c
Shut up an uninitialized variable GCC warning in VP8.
[ffmpeg] / libavcodec / ituh263enc.c
index 158373bef00004f2d3030f1f472414ceaba04a14..2537838224f6478b02eb9cecc06dc370b730fce7 100644 (file)
@@ -23,8 +23,8 @@
  */
 
 /**
- * @file libavcodec/ituh263enc.c
- * h263 encoder.
+ * @file
+ * h263 bitstream encoder.
  */
 
 //#define DEBUG
@@ -84,7 +84,7 @@ static const uint8_t wrong_run[102] = {
 };
 
 /**
- * Returns the 4 bit value that specifies the given aspect ratio.
+ * Return the 4 bit value that specifies the given aspect ratio.
  * This may be one of the standard aspect ratios or it specifies
  * that the aspect will be stored explicitly later.
  */
@@ -245,7 +245,7 @@ void h263_encode_picture_header(MpegEncContext * s, int picture_number)
 }
 
 /**
- * Encodes a group of blocks header.
+ * Encode a group of blocks header.
  */
 void h263_encode_gob_header(MpegEncContext * s, int mb_line)
 {