X-Git-Url: https://git.ao2.it/libam7xxx.git/blobdiff_plain/e41dc82604ddea054c5e454d40769cab3b07c6ff..7193dbf2d47df0d9e317d41543292004940cc047:/examples/am7xxx-play.c?ds=sidebyside diff --git a/examples/am7xxx-play.c b/examples/am7xxx-play.c index 2d1ef48..b4356ea 100644 --- a/examples/am7xxx-play.c +++ b/examples/am7xxx-play.c @@ -126,7 +126,6 @@ static int video_input_init(struct video_input_ctx *input_ctx, ret = avcodec_open2(input_codec_ctx, input_codec, NULL); if (ret < 0) { fprintf(stderr, "cannot open input codec\n"); - ret = -EINVAL; goto cleanup; }