Mercurial > libavcodec.hg
diff vc1.c @ 5964:34f551bd0509 libavcodec
Fix alignment broke by my last patch
| author | vitor |
|---|---|
| date | Sat, 01 Dec 2007 22:35:38 +0000 |
| parents | 80103098c797 |
| children | 90de28dfd8d6 |
line wrap: on
line diff
--- a/vc1.c Sat Dec 01 22:21:04 2007 +0000 +++ b/vc1.c Sat Dec 01 22:35:38 2007 +0000 @@ -4102,7 +4102,7 @@ } /* Return the Picture timestamp as the frame number */ - /* we subtract 1 because it is added on utils.c */ + /* we subtract 1 because it is added on utils.c */ avctx->frame_number = s->picture_number - 1; av_free(buf2);
