diff options
author | Lou Logan <lou@lrcd.com> | 2014-06-02 18:46:04 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2014-06-03 10:58:19 -0800 |
commit | 88f2586adbcdcb350b2923a82bcb07c5a519bd1d (patch) | |
tree | d4c93e604c90148368ae9c3327be9839c33f3c27 /libavfilter/vf_mp.c | |
parent | 137c5e115b0f1bff1867a3a09f3a2f14cfda2fb5 (diff) | |
download | ffmpeg-88f2586adbcdcb350b2923a82bcb07c5a519bd1d.tar.gz |
fix various typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_mp.c')
-rw-r--r-- | libavfilter/vf_mp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_mp.c b/libavfilter/vf_mp.c index 2c145ab856..9f0fbf6419 100644 --- a/libavfilter/vf_mp.c +++ b/libavfilter/vf_mp.c @@ -210,7 +210,7 @@ int ff_mp_msg_test(int mod, int lev){ void ff_init_avcodec(void) { - //we maybe should init but its kinda 1. unneeded 2. a bit inpolite from here + //we maybe should init but its kinda 1. unneeded 2. a bit impolite from here } //Exact copy of vf.c |