diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2017-03-06 08:53:28 +0100 |
---|---|---|
committer | Tobias Rapp <t.rapp@noa-archive.com> | 2017-03-17 11:55:16 +0100 |
commit | 205b8fd078e50aa3f7f401646dbb73de1bb35a10 (patch) | |
tree | abbe5fa686d8d01a1c3bde998e712e5c26f6a561 /tests/ref/vsynth/vsynth3-v210-10 | |
parent | 8db301deadfcf113fb274881e65afcbe3e1bd645 (diff) | |
download | ffmpeg-205b8fd078e50aa3f7f401646dbb73de1bb35a10.tar.gz |
avcodec: estimate output bitrate for uncompressed video codecs
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>
Diffstat (limited to 'tests/ref/vsynth/vsynth3-v210-10')
-rw-r--r-- | tests/ref/vsynth/vsynth3-v210-10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/vsynth/vsynth3-v210-10 b/tests/ref/vsynth/vsynth3-v210-10 index 1a664afdcc..46fe24dc7e 100644 --- a/tests/ref/vsynth/vsynth3-v210-10 +++ b/tests/ref/vsynth/vsynth3-v210-10 @@ -1,4 +1,4 @@ -b68ad16e3bfd78556b816ec1a676445c *tests/data/fate/vsynth3-v210-10.avi +83eef7004f81a2f9529941ed27554509 *tests/data/fate/vsynth3-v210-10.avi 224452 tests/data/fate/vsynth3-v210-10.avi 0cf7cf68724fa5146b1667e4fa08b0e1 *tests/data/fate/vsynth3-v210-10.out.rawvideo stddev: 2.12 PSNR: 41.58 MAXDIFF: 26 bytes: 86700/ 86700 |