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/gxf | |
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/gxf')
-rw-r--r-- | tests/ref/lavf/gxf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/lavf/gxf b/tests/ref/lavf/gxf index 63101b89ed..d16a706f66 100644 --- a/tests/ref/lavf/gxf +++ b/tests/ref/lavf/gxf @@ -1,9 +1,9 @@ -befc1a39c37a4ecd9264942a3e34b3f6 *./tests/data/lavf/lavf.gxf +480a13e0051adcf839ea392c91cb1e18 *./tests/data/lavf/lavf.gxf 796392 ./tests/data/lavf/lavf.gxf -./tests/data/lavf/lavf.gxf CRC=0x102918fd -267d2b2b6e357209d76c366302cf35c3 *./tests/data/lavf/lavf.gxf +./tests/data/lavf/lavf.gxf CRC=0x0052f91f +89af7c3f7b7867bce1971123a9e03f4f *./tests/data/lavf/lavf.gxf 794572 ./tests/data/lavf/lavf.gxf -./tests/data/lavf/lavf.gxf CRC=0xab47d02d +./tests/data/lavf/lavf.gxf CRC=0xe570b05e 0a1a37fa79b62435545271b4e8e882f5 *./tests/data/lavf/lavf.gxf 796392 ./tests/data/lavf/lavf.gxf ./tests/data/lavf/lavf.gxf CRC=0x3b1a8e91 |