mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-05 12:43:56 +08:00
typos/grammar
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -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++];
|
||||
}
|
||||
|
Reference in New Issue
Block a user