> > The idea would be that there would only be one uint8_t buffer and the > 2000 entries from te pool would point into that. > So as a larger NAL shifts through the 2000 the pointers would get > distributed differently but the size would not grow > Any variable size buffer the H2645NAL needs would be such a "shared" > buffer > > I dont know if theres anything that would make this non trivial to > implement. >
I have tried this using the following patch but it does not work: https://www.irccloud.com/pastebin/qobTcW9d/ Nothing obviously seems wrong so I suspect it's not possible to do this whilst reusing the code between decoder and parser. The old code use to write to a per-slice context, not a per packet one so this might be related. Kieran _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel