[xiph-commits] r16103 - branches/theora-thusnelda/lib/enc
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Sat Jun 13 09:14:50 PDT 2009
Author: tterribe
Date: 2009-06-13 09:14:50 -0700 (Sat, 13 Jun 2009)
New Revision: 16103
Modified:
branches/theora-thusnelda/lib/enc/encapiwrapper.c
Log:
Don't pass a NULL vendor string.
Modified: branches/theora-thusnelda/lib/enc/encapiwrapper.c
===================================================================
--- branches/theora-thusnelda/lib/enc/encapiwrapper.c 2009-06-13 16:04:06 UTC (rev 16102)
+++ branches/theora-thusnelda/lib/enc/encapiwrapper.c 2009-06-13 16:14:50 UTC (rev 16103)
@@ -120,8 +120,8 @@
int ret;
packet_state=OC_PACKET_COMMENT_HDR;
oggpackB_writeinit(&opb);
- ret=oc_state_flushheader(NULL,&packet_state,&opb,NULL,NULL,NULL,
- (th_comment *)_tc,_op);
+ ret=oc_state_flushheader(NULL,&packet_state,&opb,NULL,NULL,
+ th_version_string(),(th_comment *)_tc,_op);
if(ret>=0){
/*The oggpack_buffer's lifetime ends with this function, so we have to
copy out the packet contents.
More information about the commits
mailing list