Re: Down scaling video frames
"Stuart Fisher" <[email protected]> Mon, 29 Mar 2010 21:20:20 +0100
| Newsgroups | gmane.comp.multimedia.ogg.theora.devel |
|---|---|
| Message-ID | <58CD473AD7F0421DA4DD07FFE5C0A27A@enterprise> |
Yes that's what I'm doing at the moment. What I want to happen is for th_decode_ycbcr_out to give me the frames in the size that I want. I'll probably try to do this by adding a th_decode_ctl() command of some kind to specify the required size and then modify th_decode_packetin() to do the decoding to the size I've asked for..