comparison h261enc.c @ 12024:fdafbcef52f5 libavcodec

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 7dd2a45249a9
children
comparison
equal deleted inserted replaced
12023:c7455450364d 12024:fdafbcef52f5
82 h->gob_number = 0; 82 h->gob_number = 0;
83 h->current_mba = 0; 83 h->current_mba = 0;
84 } 84 }
85 85
86 /** 86 /**
87 * Encodes a group of blocks header. 87 * Encode a group of blocks header.
88 */ 88 */
89 static void h261_encode_gob_header(MpegEncContext * s, int mb_line){ 89 static void h261_encode_gob_header(MpegEncContext * s, int mb_line){
90 H261Context * h = (H261Context *)s; 90 H261Context * h = (H261Context *)s;
91 if(ff_h261_get_picture_format(s->width, s->height) == 0){ 91 if(ff_h261_get_picture_format(s->width, s->height) == 0){
92 h->gob_number+=2; // QCIF 92 h->gob_number+=2; // QCIF