mirror of
https://github.com/NGSolve/netgen.git
synced 2024-12-26 05:50:32 +05:00
ffmpeg fix: CodecID -> AVCodecID
This commit is contained in:
parent
8f24bef132
commit
ee7650e035
@ -2324,7 +2324,7 @@ namespace netgen
|
||||
static int gopsize = DEFAULT_GOP_SIZE;
|
||||
static int bframes = DEFAULT_B_FRAMES;
|
||||
static int MPGbufsize = DEFAULT_MPG_BUFSIZE;
|
||||
static CodecID codec_id = CODEC_ID_MPEG1VIDEO;
|
||||
static AVCodecID codec_id = CODEC_ID_MPEG1VIDEO;
|
||||
static FILE *MPGfile;
|
||||
static buffer_t buff;
|
||||
static struct SwsContext *img_convert_ctx;
|
||||
|
Loading…
Reference in New Issue
Block a user