[Libva] [PATCH 6/6] Clean up the duplicate checking for unsuported source YUV format
Lim Siew Hoon
siew.hoon.lim at intel.com
Fri Jul 1 05:29:13 UTC 2016
Signed-off-by: Lim Siew Hoon <siew.hoon.lim at intel.com>
---
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
More information about the Libva
mailing list