mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
Remove it...
This commit is contained in:
parent
ac5774a27b
commit
3ec0b0ce3f
2 changed files with 0 additions and 5 deletions
|
|
@ -1,7 +1,6 @@
|
|||
#include "image.h"
|
||||
#include <jpeglib.h>
|
||||
#include <stdexcept>
|
||||
#include "logger.h"
|
||||
|
||||
namespace image
|
||||
{
|
||||
|
|
@ -51,7 +50,6 @@ namespace image
|
|||
{
|
||||
jpeg_destroy(cinfo);
|
||||
throw std::runtime_error("Bad JPEG Data");
|
||||
logger->info("FAIL");
|
||||
}
|
||||
|
||||
cimg_library::CImg<unsigned short> decompress_jpeg(uint8_t *data, int length)
|
||||
|
|
|
|||
|
|
@ -55,9 +55,6 @@ void BPSKDemodModule::process()
|
|||
else
|
||||
filesize = 0;
|
||||
|
||||
// if (input_data_type == DATA_FILE)
|
||||
// data_in = std::ifstream(d_input_file, std::ios::binary);
|
||||
|
||||
if (output_data_type == DATA_FILE)
|
||||
{
|
||||
data_out = std::ofstream(d_output_file_hint + ".soft", std::ios::binary);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue