Cleanup old code comment
This commit is contained in:
parent
cf59d49d25
commit
27b9159b07
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue