Skip to content
  • Víctor Manuel Jáquez Leal's avatar
    libs: encoder: h264/h265: flush pending ordered pictures · 220016aa
    Víctor Manuel Jáquez Leal authored
    In order to flush the pending pictures, a new internal encoder vmethod
    is used: get_pending_reordered()
    
    This method follows an iterator pattern which will return the next
    picture to encode and push.
    
    The base encoder will call this function in a loop when flush() is called.
    
    For now, only H.264 and H.265 encoders implement this flushing mechanism.
    220016aa