OSDN Git Service

Merge commit '44129e38047b6a27291e487c2084894958c6f399'
authorClément Bœsch <u@pkh.me>
Fri, 19 May 2017 08:57:30 +0000 (10:57 +0200)
committerClément Bœsch <u@pkh.me>
Fri, 19 May 2017 08:58:51 +0000 (10:58 +0200)
* commit '44129e38047b6a27291e487c2084894958c6f399':
  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: Clément Bœsch <u@pkh.me>

Trivial merge