[FFmpeg-devel] [PATCH 2/6] avcodec/v4l2_m2m: fix cant typo
Moritz Barsnick
barsnick at gmx.net
Sat Dec 29 00:35:52 EET 2018
On Fri, Dec 28, 2018 at 22:22:53 +0100, Michael Niedermayer wrote:
> - * Reinitializes the V4L2m2mContext when the driver cant continue processing
> + * Reinitializes the V4L2m2mContext when the driver cannot continue processing
> * with the any of the current V4L2Contexts (ie, changes in output and capture).
The line below is also wrong. "with the any of" does not make any
sense, and "ie," is very ugly.
Suggestion:
Reinitializes the V4L2m2mContext when the driver cannot continue processing
with any of the current V4L2Contexts (i.e. changes in output and capture).
Even with "i.e.", the text in the parantheses doesn't make sense to me.
My guess is "ie" meant to be "e.g.".
So:
Reinitializes the V4L2m2mContext when the driver cannot continue processing
with any of the current V4L2Contexts (e.g. changes in output and capture).
Gruß,
Moritz
More information about the ffmpeg-devel
mailing list