Signed-off-by: Lim Siew Hoon <[email protected]>
---
 test/encode/h264encode.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/test/encode/h264encode.c b/test/encode/h264encode.c
index 3d7b610..649b245 100644
--- a/test/encode/h264encode.c
+++ b/test/encode/h264encode.c
@@ -2009,9 +2009,6 @@ static int save_recyuv(VASurfaceID surface_id,
             fwrite(dst_V, uv_size, 1, recyuv_fp);
             fwrite(dst_U, uv_size, 1, recyuv_fp);
         }
-    } else {
-        printf("Unsupported YUV format\n");
-        exit(1);
     }
     
     if (dst_Y)
-- 
2.1.0

_______________________________________________
Libva mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to