You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val decoderStatus = decoder.dequeueOutputBuffer(info, TIMEOUT_USEC.toLong())
Not always, but for some videos decoderStatus is MediaCodec.INFO_TRY_AGAIN_LATER in FrameExtractor class and never changes it's state. Only "no output from decoder available" is printed in logs.
The text was updated successfully, but these errors were encountered:
TheBukharian
changed the title
decoderStatus always in MediaCodec.INFO_TRY_AGAIN_LATER state
decoderStatus is always in MediaCodec.INFO_TRY_AGAIN_LATER state
Nov 29, 2024
val decoderStatus = decoder.dequeueOutputBuffer(info, TIMEOUT_USEC.toLong())
Not always, but for some videos decoderStatus is MediaCodec.INFO_TRY_AGAIN_LATER in FrameExtractor class and never changes it's state. Only "no output from decoder available" is printed in logs.
The text was updated successfully, but these errors were encountered: