summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2007-12-01 22:35:38 +0000
committerVitor Sessak <vitor1001@gmail.com>2007-12-01 22:35:38 +0000
commitf87d2632b3495246abea6c49d8c66e61f71ae618 (patch)
tree16a2e5c06c85658c5829e3bca5dca595348081c0 /libavcodec/vc1.c
parent52b541ad798c2388e92a1a876550ff381f9b2346 (diff)
Fix alignment broke by my last patch
Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r--libavcodec/vc1.c2
1 files changed, 1 insertions, 1 deletions
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);