diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-19 17:12:48 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-03-20 18:56:22 -0400 |
commit | b0f75ba272feb465d21cb4520574b8db76c1e954 (patch) | |
tree | b6b7fb3170e4dab17e090b83c19b969b0eeb681a /tests/ref/lavf | |
parent | 3d853d7ab317a96a49873f3b3c1848a46f47c7ec (diff) | |
download | ffmpeg-b0f75ba272feb465d21cb4520574b8db76c1e954.tar.gz |
mpegaudioenc: use AVCodec.encode2()
Update FATE references due to encoder delay.
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/asf | 4 | ||||
-rw-r--r-- | tests/ref/lavf/ffm | 4 | ||||
-rw-r--r-- | tests/ref/lavf/mkv | 4 | ||||
-rw-r--r-- | tests/ref/lavf/mpg | 4 | ||||
-rw-r--r-- | tests/ref/lavf/ts | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/tests/ref/lavf/asf b/tests/ref/lavf/asf index 2d4788aee8..0137925df4 100644 --- a/tests/ref/lavf/asf +++ b/tests/ref/lavf/asf @@ -1,3 +1,3 @@ -98ffddfa94926558ecf20cc6f47236a6 *./tests/data/lavf/lavf.asf +528d3cbe33288ad983a8ff5b66738976 *./tests/data/lavf/lavf.asf 333375 ./tests/data/lavf/lavf.asf -./tests/data/lavf/lavf.asf CRC=0x51485213 +./tests/data/lavf/lavf.asf CRC=0xba1f5213 diff --git a/tests/ref/lavf/ffm b/tests/ref/lavf/ffm index afef176a9b..b95eb8bb65 100644 --- a/tests/ref/lavf/ffm +++ b/tests/ref/lavf/ffm @@ -1,3 +1,3 @@ -8a95fa3db8e6082ed24e963e40ec1526 *./tests/data/lavf/lavf.ffm +0063b1b49d8641dcbf354092529a58a4 *./tests/data/lavf/lavf.ffm 376832 ./tests/data/lavf/lavf.ffm -./tests/data/lavf/lavf.ffm CRC=0x88f58ba1 +./tests/data/lavf/lavf.ffm CRC=0x38388ba1 diff --git a/tests/ref/lavf/mkv b/tests/ref/lavf/mkv index 8185d15a61..5ea3638b83 100644 --- a/tests/ref/lavf/mkv +++ b/tests/ref/lavf/mkv @@ -1,3 +1,3 @@ -ed1f083a7d2169c51e5894dabed061df *./tests/data/lavf/lavf.mkv +2c6fbc2c818c849e77702141294d775d *./tests/data/lavf/lavf.mkv 320262 ./tests/data/lavf/lavf.mkv -./tests/data/lavf/lavf.mkv CRC=0xa79b84dd +./tests/data/lavf/lavf.mkv CRC=0xd86284dd diff --git a/tests/ref/lavf/mpg b/tests/ref/lavf/mpg index 1b63d753fb..e76f7479f0 100644 --- a/tests/ref/lavf/mpg +++ b/tests/ref/lavf/mpg @@ -1,3 +1,3 @@ -f0b995c0c10b08133f5138069c3e9786 *./tests/data/lavf/lavf.mpg +af32acbc73ee486b05a37d53e516d5e7 *./tests/data/lavf/lavf.mpg 372736 ./tests/data/lavf/lavf.mpg -./tests/data/lavf/lavf.mpg CRC=0x88f58ba1 +./tests/data/lavf/lavf.mpg CRC=0x38388ba1 diff --git a/tests/ref/lavf/ts b/tests/ref/lavf/ts index 94937669e1..333149e058 100644 --- a/tests/ref/lavf/ts +++ b/tests/ref/lavf/ts @@ -1,3 +1,3 @@ -9b59f71822c6dde18fb38b084c150285 *./tests/data/lavf/lavf.ts +ec8df9c78de8f7f20a3eb1ce8f863c02 *./tests/data/lavf/lavf.ts 406456 ./tests/data/lavf/lavf.ts -./tests/data/lavf/lavf.ts CRC=0x64fab4df +./tests/data/lavf/lavf.ts CRC=0x0fdeb4df |