changeset 5764:99068df75916 libavformat

Add internal.h include for av_read_frame_flush prototype Fixes build with clang
author conrad
date Sun, 07 Mar 2010 02:35:45 +0000
parents 14f90d20ef05
children 6d4ba584fcf2
files seek.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/seek.c	Sun Mar 07 02:26:34 2010 +0000
+++ b/seek.c	Sun Mar 07 02:35:45 2010 +0000
@@ -22,6 +22,7 @@
 
 #include "seek.h"
 #include "libavutil/mem.h"
+#include "internal.h"
 
 // NOTE: implementation should be moved here in another patch, to keep patches
 // separated.