On 04/24/2011 06:08 PM, Reinhard Tartler wrote: > Before anyone wastes time on porting the libcelt decoder from libav, > I've started to have a look and pushed the results here: > > https://gitorious.org/~siretart/libav/siretarts-libav/commits/libcelt.2011-04-25 > > I noticed that it requires a rather recent version of libcelt (> > 0.8.1). Note that the bitstream format seems not to be fixed yet. > > moreover, I wasn't able to find samples to actually test this > wrapper. Hints welcome.
2 comments about the code: 1) sample_fmt should be set by the decoder during init, not by the demuxer. 2) libcelt can output float samples, so the wrapper should either do float only or be updated later to support float or int16. -Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
