#8298: Palette not propagated by vf_shuffleplanes
------------------------------------+------------------------------------
Reporter: Suhwan | Owner:
Type: defect | Status: open
Priority: important | Component: avfilter
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
------------------------------------+------------------------------------
Changes (by jamrial):
* status: new => open
* component: undetermined => avfilter
Comment:
The problem is not in av_crc, but in shuffleplanes. It's not propagating
the palette plane despite being a pal8 stream.
./ffmpeg -i PoC_seg_crc_403.tga -vf shuffleplanes,showpalette -f null -
./ffmpeg -i PoC_seg_crc_403.tga -vf shuffleplanes -f apng -y /dev/null
All fail the same way, trying to access AVFrame->data[1], which is NULL.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8298#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".