add missing include line

This commit is contained in:
byte[] 2020-10-23 01:14:03 -04:00
parent 173487b895
commit 7cb5f3ae2f
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#include <libavformat/avformat.h>
#include <libavutil/pixdesc.h>
#include <libavutil/pixfmt.h>
#include <stdbool.h>
#include <string.h>