diff options
author | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-07 18:19:40 +0000 |
---|---|---|
committer | iovar <iovar@f606c939-3180-4ac9-a4b8-4b8779d57d0a> | 2007-12-07 18:19:40 +0000 |
commit | d22005ec3fab72aec54b904cb95cd0eb9623bc5a (patch) | |
tree | 62084bfb0f736c3b2234291f64367fad5938a8f0 /recordmydesktop/include | |
parent | 15d5a585ed4bb169211d9364a012d520808f07d9 (diff) |
doc/recordmydesktop.1, include/rmdmacro.h, src/parseargs.c:
changed .ogg extension to .ogv, in code and documentation,
according to #1845145
git-svn-id: https://recordmydesktop.svn.sourceforge.net/svnroot/recordmydesktop/trunk@467 f606c939-3180-4ac9-a4b8-4b8779d57d0a
Diffstat (limited to 'recordmydesktop/include')
-rw-r--r-- | recordmydesktop/include/rmdmacro.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recordmydesktop/include/rmdmacro.h b/recordmydesktop/include/rmdmacro.h index 3f3564c..b0e8d58 100644 --- a/recordmydesktop/include/rmdmacro.h +++ b/recordmydesktop/include/rmdmacro.h @@ -214,7 +214,7 @@ (args)->zerocompression=\ (args)->no_quick_subsample=1;\ (args)->filename=(char *)malloc(8);\ - strcpy((args)->filename,"out.ogg");\ + strcpy((args)->filename,"out.ogv");\ (args)->cursor_color=1;\ (args)->have_dummy_cursor=0;\ (args)->xfixes_cursor=1;\ |