Merge "Remove fatal() call in webmdec.c"
This commit is contained in:
commit
785aac67e8
@ -86,7 +86,8 @@ int file_is_webm(struct WebmInputContext *webm_ctx,
|
|||||||
} else if (codec_id == NESTEGG_CODEC_VP9) {
|
} else if (codec_id == NESTEGG_CODEC_VP9) {
|
||||||
vpx_ctx->fourcc = VP9_FOURCC;
|
vpx_ctx->fourcc = VP9_FOURCC;
|
||||||
} else {
|
} else {
|
||||||
fatal("Not VPx video, quitting.\n");
|
fprintf(stderr, "Not VPx video, quitting.\n");
|
||||||
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
webm_ctx->video_track = i;
|
webm_ctx->video_track = i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user