mirror of
https://github.com/mpv-player/mpv
synced 2025-03-03 20:57:45 +00:00
10l - use NULL instead of -1 for init_video's vfm
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7208 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
44bc676502
commit
250521d437
@ -666,7 +666,7 @@ codecs_reset_selection(0);
|
||||
if(video_codec){
|
||||
// forced codec by name:
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ForcedVideoCodec,video_codec);
|
||||
init_video(sh_video,video_codec,-1,-1);
|
||||
init_video(sh_video,video_codec,NULL,-1);
|
||||
} else {
|
||||
int status;
|
||||
// try in stability order: UNTESTED, WORKING, BUGGY, BROKEN
|
||||
|
@ -1292,7 +1292,7 @@ codecs_reset_selection(0);
|
||||
if(video_codec){
|
||||
// forced codec by name:
|
||||
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_ForcedVideoCodec,video_codec);
|
||||
init_video(sh_video,video_codec,-1,-1);
|
||||
init_video(sh_video,video_codec,NULL,-1);
|
||||
} else {
|
||||
int status;
|
||||
// try in stability order: UNTESTED, WORKING, BUGGY, BROKEN
|
||||
|
Loading…
Reference in New Issue
Block a user