Commit 313264ba authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '44129e38'

* commit '44129e38':
  avconv: Do not pass NULL to avio_tell

This commit is a noop. The FFmpeg code handle cases where total_size is
an AVERROR (which avio_tell(NULL) will return) later in the function.

Note: the original commit refers to the null *muxer*. `ffmpeg -lavfi
testsrc -f null -` can be used as a test case.
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 1e8daf31 44129e38
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment