[SCM] libquicktime/master: debian/patches/22-spelling_errors.patch: Correct some misspellings.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Apr 29 07:28:09 UTC 2011
The following commit has been merged in the master branch:
commit 01245c254cc00d9b036aad21002db50c6fc5b7a7
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Apr 29 09:27:16 2011 +0200
debian/patches/22-spelling_errors.patch: Correct some misspellings.
diff --git a/debian/patches/22-spelling_errors.patch b/debian/patches/22-spelling_errors.patch
new file mode 100644
index 0000000..2a514d0
--- /dev/null
+++ b/debian/patches/22-spelling_errors.patch
@@ -0,0 +1,69 @@
+Description: Correct some misspellings.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ plugins/ffmpeg/params.h | 2 +-
+ plugins/mjpeg/lqt_mjpeg.c | 2 +-
+ utils/lqtplay.c | 8 ++++----
+ 3 files changed, 6 insertions(+), 6 deletions(-)
+
+--- libquicktime.orig/utils/lqtplay.c
++++ libquicktime/utils/lqtplay.c
+@@ -1040,7 +1040,7 @@ static int qt_init_video(void)
+ qt_rows[i] = qt_frame + qt_width * 3 * i;
+ break;
+ case BC_YUV422:
+- fprintf(stderr,_("INFO: using BC_YUV422 + Xvideo extention\n"));
++ fprintf(stderr,_("INFO: using BC_YUV422 + Xvideo extension\n"));
+ qt_xvimage = xv_create_ximage(dpy,qt_width,qt_height,
+ xv_port,FOURCC_YUV2);
+ for (i = 0; i < qt_height; i++)
+@@ -1053,7 +1053,7 @@ static int qt_init_video(void)
+ if(xv_have_YV12)
+ {
+ fprintf(stderr,
+- _("INFO: using BC_YUV420P + Xvideo extention (YV12)\n"));
++ _("INFO: using BC_YUV420P + Xvideo extension (YV12)\n"));
+ qt_xvimage = xv_create_ximage(dpy,qt_width,qt_height,
+ xv_port,FOURCC_YV12);
+ qt_rows[0] = (uint8_t*)(qt_xvimage->data + qt_xvimage->offsets[0]);
+@@ -1063,7 +1063,7 @@ static int qt_init_video(void)
+ else if(xv_have_I420)
+ {
+ fprintf(stderr,
+- _("INFO: using BC_YUV420P + Xvideo extention (I420)\n"));
++ _("INFO: using BC_YUV420P + Xvideo extension (I420)\n"));
+ qt_xvimage = xv_create_ximage(dpy,qt_width,qt_height,
+ xv_port,FOURCC_I420);
+ qt_rows[0] = (uint8_t*)(qt_xvimage->data + qt_xvimage->offsets[0]);
+@@ -1508,7 +1508,7 @@ static void usage(FILE *fp, char *prog)
+ "\n"
+ "usage: %s [ options ] <file>\n"
+ "options:\n"
+- " -noxv don't use the Xvideo extention\n"
++ " -noxv don't use the Xvideo extension\n"
+ " -nogl don't use OpenGL\n"
+ " -noalsa don't use Alsa\n"
+ "\n"),
+--- libquicktime.orig/plugins/ffmpeg/params.h
++++ libquicktime/plugins/ffmpeg/params.h
+@@ -216,7 +216,7 @@ the spec or reference software\n \
+ 1: Strictly conform to all the things in the spec no \
+ matter what consequences\n \
+ 0: Default\n \
+--1: Allow inofficial extensions\n \
++-1: Allow unofficial extensions\n \
+ -2: Allow non standarized experimental things") \
+ }
+
+--- libquicktime.orig/plugins/mjpeg/lqt_mjpeg.c
++++ libquicktime/plugins/mjpeg/lqt_mjpeg.c
+@@ -62,7 +62,7 @@ static lqt_codec_info_static_t codec_inf
+ {
+ .name = "jpeg",
+ .long_name = TRS("JPEG photo"),
+- .description = TRS("This format writes a seperate JPEG photo for \
++ .description = TRS("This format writes a separate JPEG photo for \
+ every frame in YUV 4:2:0"),
+ .fourccs = fourccs_jpeg,
+ .type = LQT_CODEC_VIDEO,
--
libquicktime packaging
More information about the pkg-multimedia-commits
mailing list