mirror of
https://github.com/androidx/media.git
synced 2025-05-09 16:40:55 +08:00

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