[FFmpeg-devel] [PATCH] Matroska MAX_STREAMS boundscheck
Aurelien Jacobs
aurel
Mon Jan 7 23:53:36 CET 2008
Roine Gustafsson wrote:
>
> Enforce MAX_STREAMS for Matroska.
As Michael suggested recently, MAX_STREAMS should be totally removed
(ie. allocate streams dynamically).
Thus, I think this patch goes in the wrong direction.
If you want to make sure that Matroska won't overflow MAX_STREAMS,
then better implement dynamic streams allocation.
Aurel
More information about the ffmpeg-devel
mailing list