search for: theora_comment_add_tag

Displaying 1 result from an estimated 1 matches for "theora_comment_add_tag".

2004 Nov 16
0
metadata switches for ffmpeg2theora
...- fwrite (info.og.body, 1, info.og.body_len, info.outfile); + fwrite (info->og.header, 1, info->og.header_len, info->outfile); + fwrite (info->og.body, 1, info->og.body_len, info->outfile); /* 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); - ogg_stream_packetin (&info.to, &info.op); + /* theora_comment_init (&...