Skip to content
  • François Cartegnie's avatar
    packetizer: a52: fix endless loop · 11513192
    François Cartegnie authored
    On flush, we need to make sure there is enough frame data
    available otherwise data is never dequeued and we push only
    uninitialized buffer to decoder. (as we do not check
    GetBytes's return code)
    
    refs streams/ts/transport_error.ts
    11513192