]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Check mimetypes earlier
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 3 Nov 2019 12:25:08 +0000 (13:25 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 3 May 2020 12:14:06 +0000 (14:14 +0200)
commit449eaeb7a72a9fca437923660bfcdb6af844b353
tree64da036d0fbb63c50ffd3901f1a2cd96772d2441
parentcb255b616cf1ebc6bc89b3538b6b7465dc2c526b
avformat/matroskaenc: Check mimetypes earlier

This avoids errors lateron after the file header has already been
partially written.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskaenc.c