Skip to content
Snippets Groups Projects
Commit ae5609fb authored by Maik Merten's avatar Maik Merten
Browse files

first iteration of theora_control() support. Apps now can provide their own

th_quant_info data or ask the encoder to switch to VP3 profile (that's currently
the default anyway).

Cleaned up some underscore-prefixed variable names that were inherited from theora-exp

Got rid of PROFILE_FULL and PROFILE_VP3 - those weren't exposed in the API. Now apps
can use theora_control() to get something equivalent to PROFILE_VP3. If the apps want
"PROFILE_FULL" (that was a 6 quant table thingie) they can just provide the necessary
data.

svn path=/trunk/theora/; revision=13256
parent 59fe8f55
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment