Commit 5b7a3aaf authored by Rémi Bernon's avatar Rémi Bernon Committed by Alexandre Julliard

mf/tests: Add some MP3 decoder transform tests.

There's some differences in the decoded data between Windows versions, the results have been taken from a Windows 10 VM.
parent 27c3069f
......@@ -33,6 +33,19 @@ wmaencdata.bin RCDATA wmaencdata.bin
wmadecdata.bin RCDATA wmadecdata.bin
/* Generated with:
* gst-launch-1.0 filesrc location=dlls/mf/tests/audiodata.bin ! \
* audio/x-raw,format=F32LE,rate=22050,channels=2,layout=interleaved ! \
* audioconvert ! lamemp3enc ! \
* audio/mpeg,mpegversion=1,layer=3,rate=22050,channels=2 ! \
* filesink location=dlls/mf/tests/mp3encdata.bin
*/
/* @makedep: mp3encdata.bin */
mp3encdata.bin RCDATA mp3encdata.bin
/* @makedep: mp3decdata.bin */
mp3decdata.bin RCDATA mp3decdata.bin
/* Generated with:
* gst-launch-1.0 videotestsrc num-buffers=60 pattern=smpte100 ! \
* video/x-raw,format=I420,width=84,height=82,framerate=30000/1001 ! \
* videoflip method=clockwise ! videoconvert ! \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment