[SCM] ffmpeg/master: fix x11grab example in e.g. the manpage so that they actually work
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sat Sep 18 12:30:17 UTC 2010
The following commit has been merged in the master branch:
commit fce7c2887306ee2cb83638610453fd7dab6871a2
Author: Reinhard Tartler <siretart at tauware.de>
Date: Mon Sep 13 15:29:15 2010 +0200
fix x11grab example in e.g. the manpage so that they actually work
diff --git a/debian/patches/fix-x11grab-example.patch b/debian/patches/fix-x11grab-example.patch
new file mode 100644
index 0000000..b6fde93
--- /dev/null
+++ b/debian/patches/fix-x11grab-example.patch
@@ -0,0 +1,31 @@
+From: siretart <siretart at 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
+Date: Mon, 13 Sep 2010 13:25:51 +0000 (+0000)
+Subject: fix x11grab example in e.g. the manpage so that they actually work
+X-Git-Url: http://git.ffmpeg.org/?p=ffmpeg;a=commitdiff_plain;h=ead47de1d89067e24bc3f520b6d762ecf64db002
+
+fix x11grab example in e.g. the manpage so that they actually work
+
+git-svn-id: file:///var/local/repositories/ffmpeg/trunk@25113 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
+---
+
+diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi
+index 71bed9b..d9c5c14 100644
+--- a/doc/ffmpeg-doc.texi
++++ b/doc/ffmpeg-doc.texi
+@@ -817,14 +817,14 @@ standard mixer.
+ FFmpeg can grab the X11 display.
+
+ @example
+-ffmpeg -f x11grab -s cif -i :0.0 /tmp/out.mpg
++ffmpeg -f x11grab -s cif -r 25 -i :0.0 /tmp/out.mpg
+ @end example
+
+ 0.0 is display.screen number of your X11 server, same as
+ the DISPLAY environment variable.
+
+ @example
+-ffmpeg -f x11grab -s cif -i :0.0+10,20 /tmp/out.mpg
++ffmpeg -f x11grab -s cif -r 25 -i :0.0+10,20 /tmp/out.mpg
+ @end example
+
+ 0.0 is display.screen number of your X11 server, same as the DISPLAY environment
diff --git a/debian/patches/series b/debian/patches/series
index 104c330..4c91710 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,6 +3,7 @@ fix-dv-seeking.patch
fix-constant-quant-encoding.patch
increase-VOFW-on-x86.patch
use-normal-check_func-test-for-math-functions.patch
+fix-x11grab-example.patch
900_doxyfile
901-fix-misc-typos.patch
# fpic-ftbfs-fix.patch
--
FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list