This commit is contained in:
talksik
2024-01-13 12:54:31 -08:00
parent 5783b400e9
commit 940cd9366e
3 changed files with 0 additions and 4 deletions
-4
View File
@@ -50,10 +50,6 @@ std::string ThumbnailGenerator::generate_thumbnail(std::string input_file_path,
nullptr); nullptr);
if (ret < 0) { if (ret < 0) {
std::cerr << "Could not open input file: " << input_file_path << std::endl; std::cerr << "Could not open input file: " << input_file_path << std::endl;
// char buff[256];
// av_strerror(ret, buff, 256);
// printf(buff);
std::cerr << "Error: " << ret << std::endl; std::cerr << "Error: " << ret << std::endl;
AVERROR(ret); AVERROR(ret);