Skip to content
  • Olivier Crête's avatar
    avviddec: Use caps-like size in get_buffer2() · 1c70fb22
    Olivier Crête authored
    The size in the AVFrame in get_buffer2 don't match the output size,
    instead they match ffmpeg's memory requirements, so we can't compare
    them from the values of the output AVFrame. Those are comparable to
    the values in the passed AVCodecContext.
    1c70fb22