diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-05-05 18:22:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-17 03:29:21 +0200 |
commit | fc49f22c3b735db5aaac5f98e40b7124a2be13b8 (patch) | |
tree | 1803664a062717d85542229ed6de829f0ede862a /tests/ref/lavf/dv_fmt | |
parent | dfa988ee5ea704ba761d004f0c27e7acc1fb4251 (diff) | |
download | ffmpeg-fc49f22c3b735db5aaac5f98e40b7124a2be13b8.tar.gz |
ffmpeg: add support for audio filters.
Some of the FATE changes are due to off-by-one different rounding being used
(lrintf vs av_rescale_q).
Some fate changes are due to 1 audio frame less being encoded (the new variant seems
matching what qatar does and according to ffprobe its closer to the requested duration)
the mapchan feature sadly is lost in this commit because it depends on resampling
being done in ffmpeg.c which is now moved completely into the av filter layer
-async is broken after this commit, this will be fixed in subsequent commits
the new filter reconfiguration system is flawed and will drop a frame on each
parameter change which is why the nelly moser checksums need updating.
Conflicts:
ffmpeg.c
tests/ref/fate/smjpeg
Diffstat (limited to 'tests/ref/lavf/dv_fmt')
-rw-r--r-- | tests/ref/lavf/dv_fmt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/lavf/dv_fmt b/tests/ref/lavf/dv_fmt index 2a228b20b9..7661eb6d98 100644 --- a/tests/ref/lavf/dv_fmt +++ b/tests/ref/lavf/dv_fmt @@ -1,9 +1,9 @@ 6f9cfff48f536fa727696f2f9fb3ac08 *./tests/data/lavf/lavf.dv 3600000 ./tests/data/lavf/lavf.dv ./tests/data/lavf/lavf.dv CRC=0x5ce4e5e4 -cc33ae4f9e6828914dea0f09d1241b7e *./tests/data/lavf/lavf.dv -3480000 ./tests/data/lavf/lavf.dv -./tests/data/lavf/lavf.dv CRC=0x8d5e9e8f +1ca94d11b585f80b25b90c6e9dae0f75 *./tests/data/lavf/lavf.dv +3360000 ./tests/data/lavf/lavf.dv +./tests/data/lavf/lavf.dv CRC=0x897791b1 87d3b20f656235671383a7eaa2f66330 *./tests/data/lavf/lavf.dv 3600000 ./tests/data/lavf/lavf.dv ./tests/data/lavf/lavf.dv CRC=0x0e868a82 |