音频结构调整

This commit is contained in:
2024-02-26 17:42:56 +08:00
parent 34d74c5c2d
commit 800364ea78
3 changed files with 17 additions and 24 deletions

View File

@@ -101,7 +101,6 @@ struct VideoParam
int videoStreamIndex;
bool eof = false;
bool pause = false;
bool quit = false;
};
@@ -117,6 +116,7 @@ struct AudioParam
uint32_t bufferIndex = 0;
bool eof = false;
bool pause = false;
bool isVideo = false;
bool quit = false;
};