Displaying 2 results from an estimated 2 matches for "get_clip_data".
2008 Nov 03
0
No subject
...takes a (const)
char *URI (actually the current version really only takes a local file
name), and an int64_t frame number and returns the output in void
*pixel_data[3] which should be pre-allocated to take a correctly sized
YUV420 frame. The rest is just internal functions or decoration, apart from
get_clip_data() which returns a struct with all the details about (const)
char *URI. I only implemented video (theora) decoding, but it should be
fairly easy to implement audio decoding from the same pages.
Yes, it is a bit complicated, but it really is the only way if you want 100%
accurate seeking in an ogg c...
2008 Nov 03
0
No subject
...(cons=
t) char *URI (actually the current version really only takes a local file n=
ame), and an int64_t frame number and returns the output in void *pixel_dat=
a[3] which should be pre-allocated to take a correctly sized YUV420 frame. =
The rest is just internal functions or decoration, apart from get_clip_data=
() which returns a struct with all the details about (const) char *URI. I o=
nly implemented video (theora) decoding, but it should be fairly easy to im=
plement audio decoding from the same pages.<br>
<br>Yes, it is a bit complicated, but it really is the only way if you want=
100%...