The script produces the PPM variant of PNM, the correct file extension
is .ppm.

Signed-off-by: Laurent Pinchart <[email protected]>
---
 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

Reply via email to