From 27b9159b070f0da676f5a2c09b3ade6a074d9b72 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Thu, 15 Feb 2018 23:50:14 +0100 Subject: [PATCH] Cleanup old code comment --- app/src/decoder.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/decoder.c b/app/src/decoder.c index 8f93b9c9..89287304 100644 --- a/app/src/decoder.c +++ b/app/src/decoder.c @@ -86,7 +86,6 @@ static int run_decoder(void *data) { format_ctx->pb = avio_ctx; - //const char *url = "tcp://127.0.0.1:1234"; if (avformat_open_input(&format_ctx, NULL, NULL, NULL) < 0) { LOGE("Could not open video stream"); ret = -1;