On 24/07/14 13:04, Kieran Kunhya wrote: > This patch aims to show some of the changes that will be needed to > support the new Opus in TS spec. It is similar to AAC in LATM. > > Design comments welcome. > > --- > libavcodec/allcodecs.c | 2 ++ > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 ++++ > libavcodec/opus_parser.c | 88 > ++++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/opusdec.c | 41 +++++++++++++++++++++ > libavformat/mpegts.c | 14 +++++++- > 6 files changed, 152 insertions(+), 1 deletion(-) >
If I read correctly basically it is opus + 0xff padding, I wonder if we could just have the ts muxer/demuxer take care of this and spare the opus_ts as codec. Or should we expect to have this in other containers? btw is it by specification single-stream? lu _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
