Re: [FFmpeg-devel] [PATCH] add support for parsing pssh box

2018-05-17 Thread Jacob Trimble
On Wed, May 16, 2018 at 11:32 PM, Zewu Chen wrote: > Use structure AVEncryptionInitInfo to provide CENC initialization information > for the application. > > Signed-off-by: Chen Zewu > --- > libavformat/isom.h | 1 + > libavformat/mov.c | 64 > +

[FFmpeg-devel] [PATCH] add support for parsing pssh box

2018-05-16 Thread Zewu Chen
Use structure AVEncryptionInitInfo to provide CENC initialization information for the application. Signed-off-by: Chen Zewu --- libavformat/isom.h | 1 + libavformat/mov.c | 64 ++ 2 files changed, 65 insertions(+) diff --git a/libavformat/i