[flac-dev] Patch for Metadata::Padding

2012-09-10 Thread Bastiaan Timmer
Hi! Attached is a tiny patch adding a convenience function to create a Metadata::Padding object with a certain size in one statement. In a previous message I mentioned writing some more convenience functions, but on closer inspection they would either be inefficient or very difficult to imple

Re: [flac-dev] Patch for Metadata::Padding

2012-09-10 Thread Erik de Castro Lopo
Bastiaan Timmer wrote: > Hi! Attached is a tiny patch adding a convenience function to create > a Metadata::Padding object with a certain size in one statement. In a Applied. Thanks. > I have also nearly finished converting the cpp file-encode example to > use the C++ api, and will upload that