aboutsummaryrefslogtreecommitdiffstats
path: root/libavdevice
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2015-03-06 20:26:32 +0100
committerClément Bœsch <u@pkh.me>2015-03-06 22:26:53 +0100
commit4e2cab5a79f47bc264effae96c2359329e91537f (patch)
treedea06ade3f0d64604c189d4f751b804d43fe6bad /libavdevice
parent1dab67b647ef6939d4f92bc7a1c43719a4a0b5f0 (diff)
downloadffmpeg-4e2cab5a79f47bc264effae96c2359329e91537f.tar.gz
fix spelling errors
opttimizations -> optimizations grabing -> grabbing many resource -> many resources isnt -> isn't silcense -> silence Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 482c86f2319c73a0ea414a1845de58febf7b0e30)
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/v4l2.c2
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) {