chromeos / cros-codecs

BSD 3-Clause "New" or "Revised" License
30 stars 11 forks source link

We must process parameter sets even in DecodingState::{AwaitingStreamInfo|Reset} #43

Closed dwlsalmeida closed 11 months ago

dwlsalmeida commented 1 year ago

This issue was discovered when developing the h.265 code. If we fail to take in new SPS and PPS in this state (using process_nal()) they will be dropped. No test currently exercises this for H.264 but it remains a possibility, nevertheless.

dwlsalmeida commented 11 months ago

decoders: h264: process PPS even in AwaitingStreamInfo|Reset was merged a while ago.