]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/h261enc.c
doxygen: misc consistency, spelling and wording fixes
[ffmpeg] / libavcodec / h261enc.c
index 1c702de326d2613772553a6340b7773b7d0337cd..c758ec09d530ec118e040e980baeba5eb4e26b6a 100644 (file)
@@ -53,7 +53,7 @@ void ff_h261_encode_picture_header(MpegEncContext * s, int picture_number){
     H261Context * h = (H261Context *) s;
     int format, temp_ref;
 
-    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);
@@ -251,7 +251,7 @@ void ff_h261_encode_init(MpegEncContext *s){
 
 
 /**
- * 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)
  */