[FFmpeg-cvslog] libmpcodecs/vf_fspp: update to latest version from mplayer
multiple authors
git at videolan.org
Tue Feb 5 13:49:20 CET 2013
ffmpeg | branch: master | multiple authors <multiple at multiple.x> | Tue Feb 5 13:43:51 2013 +0100| [0b36a05c17527b3d3cdcd53cb1e7f27306e68f71] | committer: Michael Niedermayer
libmpcodecs/vf_fspp: update to latest version from mplayer
Please see mplayer svn for authorship and individual commits
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b36a05c17527b3d3cdcd53cb1e7f27306e68f71
---
libavfilter/libmpcodecs/vf_fspp.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/libavfilter/libmpcodecs/vf_fspp.c b/libavfilter/libmpcodecs/vf_fspp.c
index 6090c9a..a8a33e2 100644
--- a/libavfilter/libmpcodecs/vf_fspp.c
+++ b/libavfilter/libmpcodecs/vf_fspp.c
@@ -45,12 +45,13 @@
#include "img_format.h"
#include "mp_image.h"
#include "vf.h"
-#include "vd_ffmpeg.h"
+#include "av_helpers.h"
#include "libvo/fastmemcpy.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem.h"
+#include "libavutil/x86/asm.h"
#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
More information about the ffmpeg-cvslog
mailing list