summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mencoder.c2
-rw-r--r--mplayer.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mencoder.c b/mencoder.c
index 1f9208a9b2..8dce8215a9 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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
diff --git a/mplayer.c b/mplayer.c
index 35bdbf7bb4..d118af4772 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -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