summaryrefslogtreecommitdiff
path: root/libavcodec/parser.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-04-07 14:09:20 +0000
committerDiego Biurrun <diego@biurrun.de>2007-04-07 14:09:20 +0000
commite42dba481f6e552539ed8ce1a164024f68667943 (patch)
tree1bd9fca6580e24eb697a145eab31d487a7645ba9 /libavcodec/parser.c
parent911406f2c476c8e8fcd0fdf997f071f925cd4a32 (diff)
typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/parser.c')
-rw-r--r--libavcodec/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/parser.c b/libavcodec/parser.c
index f3e7ee3356..d5b1bf1689 100644
--- a/libavcodec/parser.c
+++ b/libavcodec/parser.c
@@ -230,7 +230,7 @@ int ff_combine_frame(ParseContext *pc, int next, uint8_t **buf, int *buf_size)
}
#endif
- /* copy overreaded bytes from last frame into buffer */
+ /* Copy overread bytes from last frame into buffer. */
for(; pc->overread>0; pc->overread--){
pc->buffer[pc->index++]= pc->buffer[pc->overread_index++];
}