• Clément Bœsch's avatar
    lavfi/pp: set out frame size. · b77e58aa
    Clément Bœsch authored
    w/h from input frame are not copied in av_frame_copy_props(). This
    commit avoids a mismatch between aligned_[wh] and outbuf->{width,height}
    (and thus avoids triggering an assert in avfilter because of this).
    b77e58aa
vf_pp.c 5.34 KB