Skip to content

avviddec: Fix size of linesize parameter

Doug Nazar requested to merge dougnazar/gst-libav:fix_linesize_size into master

Although avcodec_align_dimensions2() only copies 4 ints, it expects a buffer of at least AV_NUM_DATA_POINTERS (8) ints.

Merge request reports