Skip to content
  • Mark Harris's avatar
    avformat/icodec: ico probe with unknown data · 1b4fbf80
    Mark Harris authored
    
    
    Fix cases where unknown data (data beyond p->buf_size) could produce a
    higher ico probe score than if the unknown data was known and valid.
    For example:
        Header:  OK, 2 frames
        Frame 0: Unknown (offset points beyond end of probe buffer)
        Frame 1: Invalid
    Previously this example had a score of 25, even though the score would
    be 1 if the unknown frame was known to be valid or 0 if it was known
    to be invalid.  For this example the score is now 1.
    
    Signed-off-by: default avatarMichael Niedermayer <michael@niedermayer.cc>
    1b4fbf80