On Sat, Dec 31, 2011 at 02:06:03AM +0530, Gaurav Narula wrote:
> 
> --- a/tests/fate-run.sh
> +++ b/tests/fate-run.sh
> @@ -69,6 +69,14 @@ md5(){
>  
> +pcm24(){
> +    avconv "$@" -vn -f s24le -
> +}
> +
> +pcm32(){
> +    avconv "$@" -vn -f s32le -
> +}
> +
>  pcm(){
>      avconv "$@" -vn -f s16le -
>  }

This is not a test for a 302M decoder, it's infrastructure for testing
24 and 32 bit PCM in FATE.  It's very welcome, but you need to split
this patch into two pieces.

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

Reply via email to