Hi Laurent,

Thanks for your patch.

On 2018-01-31 23:01:16 +0200, Laurent Pinchart wrote:
> The script produces the PPM variant of PNM, the correct file extension
> is .ppm.
> 
> Signed-off-by: Laurent Pinchart <[email protected]>

Applied.

> ---
>  gmsl-yavta.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gmsl-yavta.sh b/gmsl-yavta.sh
> index a123bf52a16d..0ec0560441d8 100755
> --- a/gmsl-yavta.sh
> +++ b/gmsl-yavta.sh
> @@ -83,5 +83,5 @@ wait
>  
>  for f in $out/*bin; do
>      name=$(basename $f .bin)
> -    raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.pnm
> +    raw2rgbpnm -f YUYV -s 1280x800 $out/$name.bin $out/$name.ppm
>  done
> -- 
> Regards,
> 
> Laurent Pinchart
> 

-- 
Regards,
Niklas Söderlund

Reply via email to