cleanup
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user