aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ref/vsynth/vsynth3-yuv
Commit message (Collapse)AuthorAgeFilesLines
* avcodec: estimate output bitrate for uncompressed video codecsTobias Rapp2017-03-171-1/+1
| | | | | | | | | | | Allows to get a more realistic total bitrate (and estimated file size) in avi_write_header. Previously a static default value of 200k was assumed. Adds an internal helper function for bitrate guessing. Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat/avienc: Fix wrongly placed commentMichael Niedermayer2015-03-191-2/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* tests: add a third, 34x34, targetChristophe Gisquet2014-06-101-0/+4
This should exercise the corner cases of numerous codecs. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>