mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-12-20 15:04:19 +01:00
Cleanup old code comment
This commit is contained in:
@@ -86,7 +86,6 @@ static int run_decoder(void *data) {
|
|||||||
|
|
||||||
format_ctx->pb = avio_ctx;
|
format_ctx->pb = avio_ctx;
|
||||||
|
|
||||||
//const char *url = "tcp://127.0.0.1:1234";
|
|
||||||
if (avformat_open_input(&format_ctx, NULL, NULL, NULL) < 0) {
|
if (avformat_open_input(&format_ctx, NULL, NULL, NULL) < 0) {
|
||||||
LOGE("Could not open video stream");
|
LOGE("Could not open video stream");
|
||||||
ret = -1;
|
ret = -1;
|
||||||
|
|||||||
Reference in New Issue
Block a user