playto works
[my-code/ivac.git] / ivac.c
diff --git a/ivac.c b/ivac.c
index a9f270e..05ea6f6 100644 (file)
--- a/ivac.c
+++ b/ivac.c
@@ -60,6 +60,12 @@ int main(int argc, char **argv) {
                return -1;
        }
 
+       if(dfb_play_video(&ivac)<0) {
+               puts("dfb play video failed");
+               return -1;
+       };
+
+       puts("pess button ...");
        getchar();
 
        dfb_tini(&ivac);