]> hackdaworld.org Git - my-code/ivac.git/blobdiff - ivac.c
buflen = 1024 bytes + added total and kb/s output for stream
[my-code/ivac.git] / ivac.c
diff --git a/ivac.c b/ivac.c
index a9f270e518d5d6e58bb857356fff6be35d24113a..05ea6f6cf78756482323a8e963c595d5cf645550 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);