diff options
author | Tomas Härdin <git@haerdin.se> | 2022-04-09 14:38:47 +0200 |
---|---|---|
committer | Tomas Härdin <git@haerdin.se> | 2022-05-12 11:19:12 +0200 |
commit | 1cd8596ef4155347fb9c334b95521b92bd75b6f8 (patch) | |
tree | ba837575e9e7faf84c3d31f0ed3775e55c34ebdd /tests/ref | |
parent | 61bcd7737dca1f89235a63c97010822896735b09 (diff) | |
download | ffmpeg-1cd8596ef4155347fb9c334b95521b92bd75b6f8.tar.gz |
libavcodec/cinepakenc: Mark no-skip frames as keyframes
Reset curframe whenever we generate a keyframe.
Use -g instead of -keyint_min.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/vsynth/vsynth1-cinepak | 8 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth2-cinepak | 8 | ||||
-rw-r--r-- | tests/ref/vsynth/vsynth_lena-cinepak | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/tests/ref/vsynth/vsynth1-cinepak b/tests/ref/vsynth/vsynth1-cinepak index e47ae26b6d..7cb33220e7 100644 --- a/tests/ref/vsynth/vsynth1-cinepak +++ b/tests/ref/vsynth/vsynth1-cinepak @@ -1,4 +1,4 @@ -cd28e47a6ac396240a3fee69f15625d1 *tests/data/fate/vsynth1-cinepak.avi -408616 tests/data/fate/vsynth1-cinepak.avi -e74066a028c708f467272884ecd3f7d3 *tests/data/fate/vsynth1-cinepak.out.rawvideo -stddev: 61.38 PSNR: 12.37 MAXDIFF: 225 bytes: 7603200/ 921600 +6b9b4d2b32854fd8b0f84ee4d76b1fed *tests/data/fate/vsynth1-cinepak.avi +408910 tests/data/fate/vsynth1-cinepak.avi +4acdcc3e664d12facbcefc389079cfa6 *tests/data/fate/vsynth1-cinepak.out.rawvideo +stddev: 61.38 PSNR: 12.37 MAXDIFF: 223 bytes: 7603200/ 921600 diff --git a/tests/ref/vsynth/vsynth2-cinepak b/tests/ref/vsynth/vsynth2-cinepak index 835de78d16..72b8794116 100644 --- a/tests/ref/vsynth/vsynth2-cinepak +++ b/tests/ref/vsynth/vsynth2-cinepak @@ -1,4 +1,4 @@ -663a2804f421709208c76f6e34e7bea5 *tests/data/fate/vsynth2-cinepak.avi -400402 tests/data/fate/vsynth2-cinepak.avi -2c761c3c8cda083eb8f54b2df72b257b *tests/data/fate/vsynth2-cinepak.out.rawvideo -stddev: 80.96 PSNR: 9.96 MAXDIFF: 227 bytes: 7603200/ 921600 +675d6a4370c315dc53c219a9271be4c6 *tests/data/fate/vsynth2-cinepak.avi +400720 tests/data/fate/vsynth2-cinepak.avi +cbf6900b882b484bc531f9b4799c226e *tests/data/fate/vsynth2-cinepak.out.rawvideo +stddev: 80.96 PSNR: 9.96 MAXDIFF: 229 bytes: 7603200/ 921600 diff --git a/tests/ref/vsynth/vsynth_lena-cinepak b/tests/ref/vsynth/vsynth_lena-cinepak index 6b021673a0..c9cb2cfaba 100644 --- a/tests/ref/vsynth/vsynth_lena-cinepak +++ b/tests/ref/vsynth/vsynth_lena-cinepak @@ -1,4 +1,4 @@ -a9ea19eb0d239a53af8630d5bc4167d0 *tests/data/fate/vsynth_lena-cinepak.avi -407574 tests/data/fate/vsynth_lena-cinepak.avi -e32d4103194665d2ea0f46d5cdd0cdf2 *tests/data/fate/vsynth_lena-cinepak.out.rawvideo +a79f907fecb95c8a5b5de670ccda215b *tests/data/fate/vsynth_lena-cinepak.avi +407952 tests/data/fate/vsynth_lena-cinepak.avi +2664cdff5f14508e891477b498cc840e *tests/data/fate/vsynth_lena-cinepak.out.rawvideo stddev: 58.10 PSNR: 12.85 MAXDIFF: 185 bytes: 7603200/ 921600 |