summaryrefslogtreecommitdiff
path: root/libavformat/mpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r--libavformat/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index adf871a669..cf6cb0b375 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -314,7 +314,7 @@ static int mpeg_mux_init(AVFormatContext *ctx)
s->video_bound++;
break;
default:
- av_abort();
+ return -1;
}
}
/* if no SCR, use first stream (audio) */