[FFmpeg-devel] [PATCH] avformat/hls: add macros for iv and key size
lance.lmwang at gmail.com
lance.lmwang at gmail.com
Wed May 12 01:54:24 EEST 2021
On Tue, May 11, 2021 at 05:04:57PM +0200, Nicolas George wrote:
> lance.lmwang at gmail.com (12021-05-11):
> > I'm trying to test with AES-192 and AES-256 support.
>
> Then you will need to differentiate places that are a buffer and you
> need to know the maximum size of the key, and places where the size you
> have is the actual key size. Introducing these macros will not help
> much.
The current code assume it's 128bit and what I want to change is the
maximum size of the fixed array and don't break any code first. The
actual key size will get by method and will change later. Maybe I should
change the macros to MAX_KEYSIZE?
>
> Regards,
>
> --
> Nicolas George
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
--
Thanks,
Limin Wang
More information about the ffmpeg-devel
mailing list