[xiph-commits] r7140 - trunk/ffmpeg2theora

j at dactyl.lonelymoon.com j
Thu Jul 15 12:28:36 PDT 2004


Author: j
Date: Thu Jul 15 12:28:36 2004
New Revision: 7140

Modified:
trunk/ffmpeg2theora/theorautils.c
Log:
- add theora comment

Modified: trunk/ffmpeg2theora/theorautils.c
===================================================================
--- trunk/ffmpeg2theora/theorautils.c	2004-07-15 19:07:50 UTC (rev 7139)
+++ trunk/ffmpeg2theora/theorautils.c	2004-07-15 19:28:35 UTC (rev 7140)
@@ -94,6 +94,7 @@

/* create the remaining theora headers */
theora_comment_init (&info.tc);
+		theora_comment_add_tag (&info.tc, "ENCODER",PACKAGE_STRING);
theora_encode_comment (&info.tc, &info.op);
ogg_stream_packetin (&info.to, &info.op);
theora_encode_tables (&info.td, &info.op);



More information about the commits mailing list