Skip to content

Conversation

@acuteaangle
Copy link
Contributor

Previously, calling dvplay with only an input file, e.g.
dvplay example_file.dv
would cause dvplay to call
ffplay - -vf "${FILTER}"
with ${FILTER} unset, leading to an error from ffplay.

This commit ensures that ${FILTER} is set properly before calling ffplay.

Resolves: gh-972

Previously, calling dvplay with only an input file, e.g.
    dvplay example_file.dv
would cause dvplay to call
    ffplay - -vf "${FILTER}"
with `${FILTER}` unset, leading to an error from ffplay.

This commit ensures that `${FILTER}` is set properly before
calling ffplay.

Resolves: mipopsgh-972
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: dvplay fails if only provided an input file

1 participant