Replace uses of strcpy() and sprintf()

This commit is contained in:
Cameron Gutman
2023-09-23 11:15:21 -04:00
parent e1e3d8e710
commit f7bb4611e9
5 changed files with 87 additions and 46 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ public:
private:
bool completeInitialization(const AVCodec* decoder, PDECODER_PARAMETERS params, bool testFrame, bool useAlternateFrontend);
void stringifyVideoStats(VIDEO_STATS& stats, char* output);
void stringifyVideoStats(VIDEO_STATS& stats, char* output, ssize_t length);
void logVideoStats(VIDEO_STATS& stats, const char* title);