Hi, On Fri, May 20, 2011 at 8:14 AM, Martin Storsjö <[email protected]> wrote: > This patchset implements optional MP4A-LATM RTP payload > by adding a new encoders that output CODEC_ID_AAC_LATM. > This makes the rtpenc/sdp part really trivial, and the > additions to the existing AAC encoders arguably is quite > small. > > I do feel that this is kinda ugly though, having to add extra > codecs for something that really is just a different way of > muxing the same raw data.
I agree it's not necessarily nice. But yet I do prefer this approach, since we're using the same approach for the demuxers also. I'd prefer to not have to add codec-specific avoptions (or flags, or anything really) to lavf unless there really is no other way... Ronald _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
