search for: use_theora_pre_alpha_3_format

Displaying 2 results from an estimated 2 matches for "use_theora_pre_alpha_3_format".

2008 May 29
2
How Ogg mappings translate into the codecs parameter in Ogg media types
2008/5/28 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>: >>> FLAC and CMML for example have version fields. >> >> How many other "in-house" codecs have one? This may be worth knowing. > > ogginfo should tell you. With -v, I get "Version: 0" for Vorbis streams. > For Theora, I get 3.2.0. > > Which reminds me I've put
2008 May 29
3
How Ogg mappings translate into the codecs parameter in Ogg media types
2008/5/29 Ralph Giles <giles at xiph.org>: > On 28-May-08, at 6:20 PM, Conrad Parker wrote: > >> /* TODO: this should check against 42 for the relevant version numbers */ >> if (op->bytes < 41) return 0; > > I gather this means the USE_THEORA_PRE_ALPHA_3_FORMAT #if should instead be > based on the length of the header packet. I'm not sure why you're bothering > though, since you're not flagging the granulepos base counter change in beta > 1, which applies to a lot more content. good point, could you fix that? Conrad.