mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
10ed707b60
While encoding the frame in ASCII mode, per component four bytes are needed and after every 20 bytes, a \n will be added. So the calculation should be size = size * (4 + 1 / 20). This should exclude the header being written. Since header is also being included in the calculations, memory mishandlings are happening. https://bugzilla.gnome.org/show_bug.cgi?id=759520 |
||
---|---|---|
.. | ||
gstpnm.c | ||
gstpnmdec.c | ||
gstpnmdec.h | ||
gstpnmenc.c | ||
gstpnmenc.h | ||
gstpnmutils.c | ||
gstpnmutils.h | ||
Makefile.am |