Don't save frames into a single file if decoder reconfigure is detected for resolution changes - save into separate files for each resolution (#123)

This commit is contained in:
Aryan Salmanpour
2023-12-06 14:35:10 -05:00
committed by GitHub
szülő 4ca51e3314
commit bbd2fa5916
2 fájl változott, egészen pontosan 35 új sor hozzáadva és 0 régi sor törölve
@@ -403,4 +403,6 @@ class RocVideoDecoder {
FILE *fp_out_ = NULL;
struct AVMD5 *md5_ctx_;
uint8_t md5_digest_[16];
bool is_decoder_reconfigured_ = false;
std::string current_output_filename = "";
};