diff options
author | James Darnley <james.darnley@gmail.com> | 2010-03-20 13:36:43 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2010-03-20 13:36:43 +0000 |
commit | 66061a1220bc91b216e2a59f6f779c7140a1d198 (patch) | |
tree | ab922f26c63401fbeeaec0adc8c17c513ee701be /tests/ref | |
parent | 64f6e357fdf955e67017dfd34ed06b1478b403e2 (diff) | |
download | ffmpeg-66061a1220bc91b216e2a59f6f779c7140a1d198.tar.gz |
Add VorbisComment writing to FLAC files.
Patch by James Darnley <james darnley at gmail>.
Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/acodec/flac | 4 | ||||
-rw-r--r-- | tests/ref/seek/flac.flac.ref | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/ref/acodec/flac b/tests/ref/acodec/flac index ef7d394cb1..b1e417426c 100644 --- a/tests/ref/acodec/flac +++ b/tests/ref/acodec/flac @@ -1,4 +1,4 @@ -7781a016edfc242a39e4d65af02d861a *./tests/data/acodec/flac.flac -353368 ./tests/data/acodec/flac.flac +151eef9097f944726968bec48649f00a *./tests/data/acodec/flac.flac +361582 ./tests/data/acodec/flac.flac 95e54b261530a1bcf6de6fe3b21dc5f6 *./tests/data/flac.acodec.out.wav stddev: 0.00 PSNR:999.99 bytes: 1058444/ 1058444 diff --git a/tests/ref/seek/flac.flac.ref b/tests/ref/seek/flac.flac.ref index d860870ad2..c9d6a7d55f 100644 --- a/tests/ref/seek/flac.flac.ref +++ b/tests/ref/seek/flac.flac.ref @@ -1,4 +1,4 @@ -ret: 0 st: 0 flags:1 dts: NOPTS pts: NOPTS pos: 42 size: 1024 +ret: 0 st: 0 flags:1 dts: NOPTS pts: NOPTS pos: 8256 size: 1024 ret:-1 st:-1 flags:0 ts:-1.000000 ret:-1 st:-1 flags:1 ts: 1.894167 ret:-1 st: 0 flags:0 ts: 0.788345 |