1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 07:09:39 +02: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>