On 12/29/2011 07:43 PM, Oana Andreea Stratulat wrote:

> The patch is based on Justin`s patch for ADX
> decoder http://thread.gmane.org/gmane.comp.video.libav.devel/16545 .
> When trying to work a .sfd file it just hangs but with Justin`s patch it
> works good.
> The sample files are : 
> http://google-melange.appspot.com/gci/work/download/google/gci2011/7130478?id=3
>  
> http://google-melange.appspot.com/gci/work/download/google/gci2011/7130478?id=5001
> 
> 
> 0001-FATE-test-for-ADX_last.patch
> 
> 
> From 15577f8f49e1114b36108702c23a7aafa862ccfa Mon Sep 17 00:00:00 2001
> From: Oana Stratulat <[email protected]>
> Date: Fri, 30 Dec 2011 02:39:35 +0200
> Subject: [PATCH] FATE : test for ADX
> 
> ---
>  tests/Makefile        |    1 +
>  tests/fate/adx.mak    |    9 +++++++
>  tests/ref/fate/Chu2CM |   59 
> +++++++++++++++++++++++++++++++++++++++++++++++++
>  tests/ref/fate/wii3   |   10 ++++++++
>  4 files changed, 79 insertions(+), 0 deletions(-)
>  create mode 100644 tests/fate/adx.mak
>  create mode 100644 tests/ref/fate/Chu2CM
>  create mode 100644 tests/ref/fate/wii3
> 
> diff --git a/tests/Makefile b/tests/Makefile
> index 229a576..a370011 100644
> --- a/tests/Makefile
> +++ b/tests/Makefile
> @@ -26,6 +26,7 @@ tests/data/asynth%.sw tests/vsynth%/00.pgm: TAG = GEN
>  include $(SRC_PATH)/tests/fate.mak
>  include $(SRC_PATH)/tests/fate2.mak
>  
> +include $(SRC_PATH)/tests/fate/adx.mak
>  include $(SRC_PATH)/tests/fate/aac.mak
>  include $(SRC_PATH)/tests/fate/ac3.mak
>  include $(SRC_PATH)/tests/fate/als.mak


sort alphabetically please

> diff --git a/tests/fate/adx.mak b/tests/fate/adx.mak
> new file mode 100644
> index 0000000..65a475e
> --- /dev/null
> +++ b/tests/fate/adx.mak
> @@ -0,0 +1,9 @@
> +FATE_ADX += fate-Chu2CM
> +fate-Chu2CM: CMD = framecrc -i $(SAMPLES)/adx/Chu2CM.sfd
> +
> +FATE_ADX += fate-wii3
> +fate-wii3: CMD = framecrc -i $(SAMPLES)/adx/wii3.adx
> +


please include "adx" in the test names
suggestion: fate-adx-mono, fate-adx-stereo

thanks,
Justin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to