diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-08 10:39:18 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-02-09 12:26:45 +0100 |
commit | 0bba26466f9245414928d4d1c99db7b813e5ff43 (patch) | |
tree | ccc98f8827191d795149887ceb090e182bb519aa /tests/fate | |
parent | ab9ae401525d301a31ec695bf39103502db6afeb (diff) | |
download | ffmpeg-0bba26466f9245414928d4d1c99db7b813e5ff43.tar.gz |
cosmetics: Delete empty lines at end of file.
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/audio.mak | 1 | ||||
-rw-r--r-- | tests/fate/prores.mak | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/fate/audio.mak b/tests/fate/audio.mak index fcaad147c9..32bf75774b 100644 --- a/tests/fate/audio.mak +++ b/tests/fate/audio.mak @@ -30,4 +30,3 @@ fate-nellymoser: REF = $(SAMPLES)/nellymoser/nellymoser.pcm FATE_TESTS += fate-ws_snd fate-ws_snd: CMD = md5 -i $(SAMPLES)/vqa/ws_snd.vqa -f s16le - diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak index 0200c6f622..63682bca98 100644 --- a/tests/fate/prores.mak +++ b/tests/fate/prores.mak @@ -12,4 +12,3 @@ fate-prores-422_hq: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-A fate-prores-422_lt: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le fate-prores-422_proxy: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le fate-prores-alpha: CMD = framecrc -vsync 0 -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le - |