mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/ffmpeg: don't return an empty blob
This commit is contained in:
parent
3fd05891e6
commit
778eb51502
1 changed files with 1 additions and 0 deletions
|
@ -87,6 +87,7 @@ export default class FFmpegWrapper {
|
|||
{ type: output.type }
|
||||
);
|
||||
|
||||
if (renderBlob.size === 0) return;
|
||||
return renderBlob;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue