On 07/24/14 19:54, Luca Barbato wrote:
> 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?

I don't think support for another container is in the works

> btw is it by specification single-stream?

No, it can transport an arbitrary 255 channels and it (or a sane lower
limit)
will be supported in the final patch.

> lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to