Mercurial > libavcodec.hg
diff h264pred.c @ 12024:fdafbcef52f5 libavcodec
Fix grammar errors in documentation
| author | mru |
|---|---|
| date | Wed, 30 Jun 2010 15:38:06 +0000 |
| parents | 1cffcc7b1470 |
| children | 22da8afd75a5 |
line wrap: on
line diff
--- a/h264pred.c Wed Jun 30 09:33:59 2010 +0000 +++ b/h264pred.c Wed Jun 30 15:38:06 2010 +0000 @@ -1184,7 +1184,7 @@ /** - * Sets the intra prediction function pointers. + * Set the intra prediction function pointers. */ void ff_h264_pred_init(H264PredContext *h, int codec_id){ // MpegEncContext * const s = &h->s;
