Changes between Initial Version and Version 1 of Ticket #8343, comment 9


Ignore:
Timestamp:
Apr 4, 2025, 5:28:23 PM (17 months ago)
Author:
Lastique

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8343, comment 9

    initial v1  
    44> Key frame is not about decoding the frame. It is about decoding all frames after the key frame.
    55
    6 An I-frame is an IDR-frame if there is no prediction across the I-frame. Which there isn't in the H.261 spec.
     6An I-frame is a keyframe if there is no prediction across the I-frame. Which there isn't in the H.261 spec.
    77
    88And in any case, the spec explicitly says the decoder should start displaying pictures starting with the one marked as Freeze picture release. Meaning that it guarantees that further pictures are decodable.