From f87d2632b3495246abea6c49d8c66e61f71ae618 Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sat, 1 Dec 2007 22:35:38 +0000 Subject: Fix alignment broke by my last patch Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/vc1.c') diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index d8dc75965e..6c478d1c41 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -4102,7 +4102,7 @@ assert(s->current_picture.pict_type == s->pict_type); } /* 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); -- cgit v1.2.3