[FFmpeg-cvslog] r22273 - trunk/libavformat/seek.c
conrad
subversion
Sun Mar 7 03:35:45 CET 2010
Author: conrad
Date: Sun Mar 7 03:35:45 2010
New Revision: 22273
Log:
Add internal.h include for av_read_frame_flush prototype
Fixes build with clang
Modified:
trunk/libavformat/seek.c
Modified: trunk/libavformat/seek.c
==============================================================================
--- trunk/libavformat/seek.c Sun Mar 7 03:26:34 2010 (r22272)
+++ trunk/libavformat/seek.c Sun Mar 7 03:35:45 2010 (r22273)
@@ -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.
More information about the ffmpeg-cvslog
mailing list