diff options
author | Andreas Cadhalpun <[email protected]> | 2015-03-06 20:26:32 +0100 |
---|---|---|
committer | Clément Bœsch <[email protected]> | 2015-03-06 22:26:53 +0100 |
commit | 4e2cab5a79f47bc264effae96c2359329e91537f (patch) | |
tree | dea06ade3f0d64604c189d4f751b804d43fe6bad /libavdevice/v4l2.c | |
parent | 1dab67b647ef6939d4f92bc7a1c43719a4a0b5f0 (diff) |
fix spelling errors
opttimizations -> optimizations
grabing -> grabbing
many resource -> many resources
isnt -> isn't
silcense -> silence
Signed-off-by: Andreas Cadhalpun <[email protected]>
Signed-off-by: Michael Niedermayer <[email protected]>
(cherry picked from commit 482c86f2319c73a0ea414a1845de58febf7b0e30)
Diffstat (limited to 'libavdevice/v4l2.c')
-rw-r--r-- | libavdevice/v4l2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/v4l2.c b/libavdevice/v4l2.c index 0f64d741b6..fba776464b 100644 --- a/libavdevice/v4l2.c +++ b/libavdevice/v4l2.c @@ -747,7 +747,7 @@ static int v4l2_set_parameters(AVFormatContext *ctx) } } else { av_log(ctx, AV_LOG_WARNING, - "The driver does not allow to change time per frame\n"); + "The driver does not permit changing the time per frame\n"); } } if (tpf->denominator > 0 && tpf->numerator > 0) { |