# HG changeset patch # User conrad # Date 1267929345 0 # Node ID 99068df7591681d72657528d5a375c8b012685db # Parent 14f90d20ef05dd37c6faa753c1e4a98ec31aaabf Add internal.h include for av_read_frame_flush prototype Fixes build with clang diff -r 14f90d20ef05 -r 99068df75916 seek.c --- 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.