Re: [FFmpeg-devel] [PATCH] avformat/dashdec: accept and relay CENC decryption key

2022-05-14 Thread Gyan Doshi
On 2022-05-14 04:08 pm, Steven Liu wrote: Gyan Doshi 于2022年5月14日周六 17:18写道: Allows to process CENC-encrypted media segments. Option arg syntax is same as that for option decryption_key in MOV demuxer --- doc/demuxers.texi | 11 +++ libavformat/dashdec.c | 5 + 2 files cha

Re: [FFmpeg-devel] [PATCH] avformat/dashdec: accept and relay CENC decryption key

2022-05-14 Thread Steven Liu
Gyan Doshi 于2022年5月14日周六 17:18写道: > > Allows to process CENC-encrypted media segments. > Option arg syntax is same as that for option decryption_key in MOV demuxer > --- > doc/demuxers.texi | 11 +++ > libavformat/dashdec.c | 5 + > 2 files changed, 16 insertions(+) > > diff --gi