Files
ffmpeg/doc
Martin Storsjö 9a92aea27b avutil: Add functions for allocating opaque contexts for algorithms
The current API where the plain size is exposed is not of much
use - in most cases it is allocated dynamically anyway.

If allocated e.g. on the stack via an uint8_t array, there's no
guarantee that the struct's members are aligned properly (unless
the array is overallocated and the opaque pointer within it
manually aligned to some unspecified alignment).

Signed-off-by: Martin Storsjö <martin@martin.st>
2012-10-11 23:35:27 +03:00
..
2012-10-08 11:22:42 +02:00
2012-10-09 20:32:34 +02:00
2012-10-01 14:42:40 +02:00
2012-10-08 11:22:42 +02:00
2012-10-08 11:22:42 +02:00