]> git.sesse.net Git - nageru/commit
Don't check AVFMT_ALLOW_FLUSH
authorMartin Storsjö <martin@martin.st>
Wed, 20 Apr 2016 11:48:33 +0000 (14:48 +0300)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Wed, 20 Apr 2016 20:42:26 +0000 (22:42 +0200)
commit44dbfae5b2e3fa45fbd356efd9c57ca23e09b90a
treec4e597c81d49fc8e8cfe9fa20f8b62298c87d1c8
parentd4ffc0e71f0908d3ecc2e88b8675cfe4e93febe4
Don't check AVFMT_ALLOW_FLUSH

This check is redundant, av_write_frame does a similar check
internally already. The caller is not supposed to need to know/care
about this.
mux.cpp