1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-25 14:11:28 +01:00

Include libavutil/frame.h for av_frame_alloc/av_frame_free.

This commit is contained in:
benjamin.drung@gmail.com
2014-05-23 23:16:32 +00:00
parent 463da8e816
commit d139765be4

View File

@@ -38,6 +38,7 @@ extern "C" {
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/frame.h>
#include <libavutil/fifo.h>
#include <libavutil/mathematics.h>