Include for av_rescale_q was missing

- and has been for a while, it seems
This commit is contained in:
ejurgensen 2013-09-04 22:33:47 +02:00
parent 04ae27f914
commit c1c171e21f

View File

@ -43,6 +43,7 @@
#include <libavcodec/avcodec.h>
#include <libavformat/avformat.h>
#include <libavutil/mathematics.h>
#include "logger.h"
#include "conffile.h"