avviddec: Fix size of linesize parameter
Although avcodec_align_dimensions2()
only copies 4 ints, it expects
a buffer of at least AV_NUM_DATA_POINTERS
(8) ints.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Although avcodec_align_dimensions2()
only copies 4 ints, it expects
a buffer of at least AV_NUM_DATA_POINTERS
(8) ints.