mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Change the default encoder reconstruction file name.
YUV Toolkit parses the file name for frame size.
This commit is contained in:
parent
1b7e44c4d4
commit
00ece94613
|
@ -55,7 +55,7 @@ int main(int argc, char *argv[])
|
|||
uint64_t curpos = 0;
|
||||
uint64_t lastpos = 0;
|
||||
#ifdef _DEBUG
|
||||
FILE *recout = fopen("encrec.yuv","wb"); //!< reconstructed YUV output (only on debug mode)
|
||||
FILE *recout = fopen("encrec_832x480_60.yuv","wb"); //!< reconstructed YUV output (only on debug mode)
|
||||
#endif
|
||||
encoder_control *encoder = (encoder_control*)malloc(sizeof(encoder_control));
|
||||
|
||||
|
|
Loading…
Reference in a new issue