
From debug trace when decoding a 30fps video, the decoder output ``` "0us", "33366us", "66733us", "100100us", "133466us", "166833us", "200200us", ``` But the frame processor only received, despite setting `ALLOW_FRAME_DROP`: ``` "0us", "166833us", "200200us", ``` PiperOrigin-RevId: 658079749