]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ituh263enc.c
build: Try to find fate_config.sh.template in source path
[ffmpeg] / libavcodec / ituh263enc.c
index 3f4485f3767f90bd5c9cefc57ad0b9b8694e2529..9d41376ca74d8a3472a7c97d81dea1f18e8c6f58 100644 (file)
@@ -126,7 +126,7 @@ void h263_encode_picture_header(MpegEncContext * s, int picture_number)
     coded_frame_rate= 1800000;
     coded_frame_rate_base= (1000+best_clock_code)*best_divisor;
 
-    align_put_bits(&s->pb);
+    avpriv_align_put_bits(&s->pb);
 
     /* Update the pointer to last GOB */
     s->ptr_lastgob = put_bits_ptr(&s->pb);
@@ -302,7 +302,7 @@ void ff_clean_h263_qscales(MpegEncContext *s){
 static const int dquant_code[5]= {1,0,9,2,3};
 
 /**
- * encodes a 8x8 block.
+ * Encode an 8x8 block.
  * @param block the 8x8 block
  * @param n block index (0-3 are luma, 4-5 are chroma)
  */