summaryrefslogtreecommitdiffstats
path: root/tools/trasher.c
diff options
context:
space:
mode:
authorFrank Vernaillen <[email protected]>2011-12-27 20:47:49 +0100
committerMichael Niedermayer <[email protected]>2011-12-27 23:51:02 +0100
commitad1c50255735c20bd86572d3e8b3c88a5ca6c8f1 (patch)
treef9e9406ec9cec9c3f63f5fde38229200fdea06b8 /tools/trasher.c
parent29c1b258abac40c43783477af9852830868c14c8 (diff)
Fixed crash in palette handling when converting certain .png images to .pcx or .bmp.
The existing code expected a palette buffer holding 256 uint32_t's allocated in the data[1] field of the AVFrame structure, but data[1] was NULL. The bug is fixed by using a fixed local array (palette256) to hold the palette instead. This solves http://ffmpeg.org/trac/ffmpeg/ticket/833 Signed-off-by: Frank Vernaillen <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
Diffstat (limited to 'tools/trasher.c')
0 files changed, 0 insertions, 0 deletions