Skip to content
  • François Cartegnie's avatar
    codec: avcodec: adapt audio code to new API · 809ee115
    François Cartegnie authored
    adapting to the new API requires more than local
    patches.
    
    The block is always passed in full, and we can
    expect more than a single frame when push returns
    EAGAIN.
    Requires then more interpolation for timestamps before
    using next input packet pts.
    Should also be correct when dequeing end of stream.
    Implements decoder draining
    809ee115