summaryrefslogtreecommitdiffstats
path: root/demuxer.c
diff options
context:
space:
mode:
Diffstat (limited to 'demuxer.c')
-rw-r--r--demuxer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/demuxer.c b/demuxer.c
index 62d8ecda95..d8588d4cca 100644
--- a/demuxer.c
+++ b/demuxer.c
@@ -399,7 +399,6 @@ if(file_format==DEMUXER_TYPE_UNKNOWN){
mp_msg(MSGT_DEMUXER,MSGL_ERR,MSGTR_FormatNotRecognized);
return NULL;
// GUI_MSG( mplUnknowFileType )
-// exit(1);
}
//====== File format recognized, set up these for compatibility: =========
d_audio=demuxer->audio;
@@ -429,7 +428,6 @@ switch(file_format){
sh_video=NULL;
//printf("ASF: missing video stream!? contact the author, it may be a bug :(\n");
//GUI_MSG( mplASFErrorMissingVideoStream )
- //exit(1);
} else {
sh_video=d_video->sh;sh_video->ds=d_video;
sh_video->fps=1000.0f; sh_video->frametime=0.001f; // 1ms