summaryrefslogtreecommitdiffstats
path: root/k9author/k9avidecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'k9author/k9avidecode.cpp')
-rw-r--r--k9author/k9avidecode.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/k9author/k9avidecode.cpp b/k9author/k9avidecode.cpp
index 7e19a7f..b89acc1 100644
--- a/k9author/k9avidecode.cpp
+++ b/k9author/k9avidecode.cpp
@@ -16,6 +16,7 @@
#endif
#ifdef NEW_FFMPEG
#include <libavcodec/avcodec.h>
+#include <libavformat/avformat.h>
#endif
#include <qimage.h>
@@ -28,6 +29,8 @@ void *CodecHandle=0;
void *FormatHandle=0;
int glibref=0;
+#ifdef NEW_FFMPEG
+#ifdef NEEDS_AV_FREE_PACKET
void av_free_packet(AVPacket *pkt)
{
if (pkt) {
@@ -35,6 +38,8 @@ void av_free_packet(AVPacket *pkt)
pkt->data = NULL; pkt->size = 0;
}
}
+#endif
+#endif
k9AviDecode::k9AviDecode(QObject *parent, const char *name)
: QObject(parent, name) {