Revert "ffmpeg-mux: Disable stdout/stderr on Windows"

This reverts commit 332dd00089.
master
Jim 2022-08-22 03:28:38 -07:00
parent 332dd00089
commit d95ebc6294
1 changed files with 0 additions and 7 deletions

View File

@ -47,13 +47,6 @@
#define AVIO_BUFFER_SIZE 65536
#if defined(_WIN32) && !defined(ENABLE_FFMPEG_MUX_DEBUG)
#define fprintf(...)
#define printf(...)
#define fflush(x)
#define puts(x)
#endif
/* ------------------------------------------------------------------------- */
static char *global_stream_key = "";