diff --git a/src/decoder/stateless/h264.rs b/src/decoder/stateless/h264.rs index df7b37a7..513736e2 100644 --- a/src/decoder/stateless/h264.rs +++ b/src/decoder/stateless/h264.rs @@ -1177,6 +1177,7 @@ where // emptied without output of the pictures they contain, and DPB // fullness is set to 0. self.codec.dpb.clear(); + self.codec.last_field = None; } }