mirror of https://github.com/mpv-player/mpv
fatal error when muxer cannot initialize
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17079 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cdaddab24e
commit
6a3353a1e9
|
@ -691,6 +691,10 @@ if(!muxer_f) {
|
|||
}
|
||||
|
||||
muxer=muxer_new_muxer(out_file_format,muxer_f);
|
||||
if(!muxer) {
|
||||
mp_msg(MSGT_MENCODER, MSGL_FATAL, "Cannot initialize muxer.");
|
||||
mencoder_exit(1,NULL);
|
||||
}
|
||||
|
||||
// ============= VIDEO ===============
|
||||
|
||||
|
|
Loading…
Reference in New Issue