Mercurial > libavcodec.hg
diff h264.c @ 5963:80103098c797 libavcodec
spelling
| author | vitor |
|---|---|
| date | Sat, 01 Dec 2007 22:21:04 +0000 |
| parents | bd5f4dc81fbe |
| children | ba13cc3e38bb |
line wrap: on
line diff
--- a/h264.c Sat Dec 01 15:41:35 2007 +0000 +++ b/h264.c Sat Dec 01 22:21:04 2007 +0000 @@ -7850,7 +7850,7 @@ #if 0 //? /* Return the Picture timestamp as the frame number */ - /* we substract 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; #endif return get_consumed_bytes(s, buf_index, buf_size);
