dholroyd / h264-reader

Rust reader for H264 bitsream syntax
Apache License 2.0
72 stars 25 forks source link

Expose SliceHeader fields necessary for POC calculation #41

Closed petzeb closed 1 year ago

petzeb commented 1 year ago

Fields pic_order_count_lsb, frame_num, and field_pic in the SliceHeader struct are needed in order to perform picture order count calculations in accordance with ISO/IEC 14496-10.