[xiph-commits] r16514 - trunk/ffmpeg2theora/src
j at svn.xiph.org
j at svn.xiph.org
Sun Aug 23 12:39:19 PDT 2009
Author: j
Date: 2009-08-23 12:39:18 -0700 (Sun, 23 Aug 2009)
New Revision: 16514
Modified:
trunk/ffmpeg2theora/src/ffmpeg2theora.c
Log:
init vorbis_comment
Modified: trunk/ffmpeg2theora/src/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-08-23 11:06:45 UTC (rev 16513)
+++ trunk/ffmpeg2theora/src/ffmpeg2theora.c 2009-08-23 19:39:18 UTC (rev 16514)
@@ -2059,7 +2059,8 @@
}
// set some variables;
init_info(&info);
- theora_comment_init(&info.tc);
+ th_comment_init(&info.tc);
+ vorbis_comment_init(&info.vc);
while((c=getopt_long(argc,argv,optstring,options,&long_option_index))!=EOF) {
switch(c)
More information about the commits
mailing list