Displaying 2 results from an estimated 2 matches for "encode_example_ver1".
Did you mean:
encode_example_ver2
2012 Sep 12
0
New C++ file encode example
...eed to remember to make sure the metadata objects are kept in scope for the duration of encoding. On the other hand, they no longer have to remember to delete all the objects at every point the program returns.
Bas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: encode_example_ver1.patch
Type: application/octet-stream
Size: 8459 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20120912/6f94ce1c/attachment-0004.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: main_ver2.cpp
Type: application/octet-strea...
2012 Sep 15
3
New C++ file encode example
Well, I sent this earlier this week, but I guess it's stuck in the spam filter, so I'll send it again split up in several
parts. First the full source, if this one arrives I'll reply with the patch.
Ok, so I ended up creating 2 versions of this. The first one is what I mentioned earlier, pretty much a line-for-line
translation of the original example. The c++-style casts made the