]> rtime.felk.cvut.cz Git - frescor/streamer.git/commitdiff
Fix silly typo master origin
authorLuca Abeni <luca@nowhere.science.unitn.it>
Mon, 2 Feb 2009 08:11:50 +0000 (09:11 +0100)
committerLuca Abeni <luca@nowhere.science.unitn.it>
Mon, 2 Feb 2009 08:11:50 +0000 (09:11 +0100)
streamer.c

index 10e7f66638e4c8697e9c3bef35ae8a50da4e1794..dce19147e7ba723b03a427e9e4130e60860a02a1 100644 (file)
@@ -22,7 +22,7 @@ static void sdp_print(AVFormatContext *s, const char *fname)
     char sdp[2048];
     FILE *f;
 
-    f = fopen("fname", "w");
+    f = fopen(fname, "w");
     avf_sdp_create(&s, 1, sdp, sizeof(sdp));
     fprintf(f, "%s\n", sdp);
     fclose(f);