From ec7b5434d906d9309bf47713772983030e5ee997 Mon Sep 17 00:00:00 2001 From: Luca Abeni Date: Mon, 2 Feb 2009 09:11:50 +0100 Subject: [PATCH] Fix silly typo --- streamer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/streamer.c b/streamer.c index 10e7f66..dce1914 100644 --- a/streamer.c +++ b/streamer.c @@ -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); -- 2.39.2