mirror of https://github.com/FFmpeg/FFmpeg.git
Commit 035af99
made avconv always call an encoder when using the
null muxer. While useful for 2-pass encodes, it inadvertently
caused an extra memcpy of raw frames when decoding only.
This hack restores the old behaviour when only decoding while
allowing use of the null muxer with encoded streams as well.
Signed-off-by: Mans Rullgard <mans@mansr.com>
pull/2/head
parent
5a2e251645
commit
150ddbc148
2 changed files with 4 additions and 3 deletions
Loading…
Reference in new issue