]> git.sesse.net Git - nageru/commit
Fix a read-past-the-end in av_write_header(); extradata must have AV_INPUT_BUFFER_PAD...
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2022 21:01:26 +0000 (23:01 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2022 21:01:26 +0000 (23:01 +0200)
commitee6ece72bc12e5527e114e0e1973f0c0b2dc2138
treec135d6db81cf22554f7805ea3fd48fc16a130beb
parent306e7142adb5ee950cdda4b9588b3120655870aa
Fix a read-past-the-end in av_write_header(); extradata must have AV_INPUT_BUFFER_PADDING_SIZE padding as per avformat.h comments.
shared/mux.cpp