Changes between Initial Version and Version 1 of Ticket #10602, comment 2


Ignore:
Timestamp:
Oct 1, 2023, 7:37:54 AM (3 years ago)
Author:
mkver

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10602, comment 2

    initial v1  
    11The first packet of the video in this file has a palette that gets skipped in case of an input seek.
     2
     3More exactly, the palette gets read from extradata and attached to a packet that is read during avformat_find_stream_info(), yet this packet is discarded upon seek. Using stream side data would probably fix this, yet this is problematic because there is a second place where this demuxer may add a palette and stream side data is supposed to be used for stuff that does not change at all.