diff options
Diffstat (limited to 'doc/examples/filtering.c')
-rw-r--r-- | doc/examples/filtering.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/filtering.c b/doc/examples/filtering.c index 3ed6aa3..06e5130 100644 --- a/doc/examples/filtering.c +++ b/doc/examples/filtering.c @@ -173,7 +173,7 @@ int main(int argc, char **argv) av_register_all(); avfilter_register_all(); - if ((ret = open_input_file(argv[1]) < 0)) + if ((ret = open_input_file(argv[1])) < 0) goto end; if ((ret = init_filters(filter_descr)) < 0) goto end; |