mirror of https://github.com/FFmpeg/FFmpeg.git
When the packet size is known in advance like here, one can avoid an intermediate buffer for the packet data; this also makes it easy to allow user-supplied buffers. Only one thing needed to be changed: One can no longer use a pointer to uint16_t for the destination buffer because its alignment is unknown. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>pull/362/head
parent
1106f20645
commit
6c69251b03
1 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue