[xiph-commits] r14658 - trunk/theora/examples
ivo at svn.xiph.org
ivo at svn.xiph.org
Fri Apr 4 16:48:30 PDT 2008
Author: ivo
Date: 2008-04-04 16:48:30 -0700 (Fri, 04 Apr 2008)
New Revision: 14658
Modified:
trunk/theora/examples/dump_video.c
trunk/theora/examples/encoder_example.c
trunk/theora/examples/player_example.c
trunk/theora/examples/png2theora.c
Log:
Use .ogv in examples instead of .ogg
Modified: trunk/theora/examples/dump_video.c
===================================================================
--- trunk/theora/examples/dump_video.c 2008-04-04 04:56:26 UTC (rev 14657)
+++ trunk/theora/examples/dump_video.c 2008-04-04 23:48:30 UTC (rev 14658)
@@ -155,7 +155,7 @@
static void usage(void){
fprintf(stderr,
- "Usage: dumpvid <file.ogg> > outfile\n"
+ "Usage: dumpvid <file.ogv> > outfile\n"
"input is read from stdin if no file is passed on the command line\n"
"\n"
);
Modified: trunk/theora/examples/encoder_example.c
===================================================================
--- trunk/theora/examples/encoder_example.c 2008-04-04 04:56:26 UTC (rev 14657)
+++ trunk/theora/examples/encoder_example.c 2008-04-04 23:48:30 UTC (rev 14658)
@@ -122,7 +122,7 @@
fprintf(stderr,
"Usage: encoder_example [options] [audio_file] video_file\n\n"
"Options: \n\n"
- " -o --output <filename.ogg> file name for encoded output;\n"
+ " -o --output <filename.ogv> file name for encoded output;\n"
" If this option is not given, the\n"
" compressed data is sent to stdout.\n\n"
" -A --audio-rate-target <n> bitrate target for Vorbis audio;\n"
Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c 2008-04-04 04:56:26 UTC (rev 14657)
+++ trunk/theora/examples/player_example.c 2008-04-04 23:48:30 UTC (rev 14658)
@@ -432,7 +432,7 @@
static void usage(void){
fprintf(stderr,
- "Usage: player_example <file.ogg>\n"
+ "Usage: player_example <file.ogv>\n"
"input is read from stdin if no file is passed on the command line\n"
"\n"
);
Modified: trunk/theora/examples/png2theora.c
===================================================================
--- trunk/theora/examples/png2theora.c 2008-04-04 04:56:26 UTC (rev 14657)
+++ trunk/theora/examples/png2theora.c 2008-04-04 23:48:30 UTC (rev 14658)
@@ -80,7 +80,7 @@
"Output is parsed by scanf and represents a list of files, i.e.\n"
" file-%%06d.png to look for files file000001.png to file9999999.png \n\n"
"Options: \n\n"
- " -o --output <filename.ogg> file name for encoded output;\n"
+ " -o --output <filename.ogv> file name for encoded output;\n"
" If this option is not given, the\n"
" compressed data is sent to stdout.\n\n"
" -V --video-rate-target <n> bitrate target for Theora video\n\n"
More information about the commits
mailing list