[xiph-commits] r15979 - trunk/ffmpeg2theora/src
j at svn.xiph.org
j at svn.xiph.org
Mon May 4 15:23:10 PDT 2009
Author: j
Date: 2009-05-04 15:23:09 -0700 (Mon, 04 May 2009)
New Revision: 15979
Modified:
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
filenames can be longer
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-05-04 12:42:13 UTC (rev 15978)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-05-04 22:23:09 UTC (rev 15979)
@@ -1615,8 +1615,8 @@
int main(int argc, char **argv) {
int n;
int outputfile_set=0;
- char outputfile_name[255];
- char inputfile_name[255];
+ char outputfile_name[1024];
+ char inputfile_name[1024];
char *str_ptr;
int output_json = 0;
More information about the commits
mailing list