[FFmpeg-cvslog] libmpcodecs/vf_noise: update to latest version from mplayer

multiple authors git at videolan.org
Tue Feb 5 14:23:42 CET 2013


ffmpeg | branch: master | multiple authors <multiple at multiple.x> | Tue Feb  5 14:17:54 2013 +0100| [8f7e3e678b5864017e52f1a965f221379feed118] | committer: Michael Niedermayer

libmpcodecs/vf_noise: 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=8f7e3e678b5864017e52f1a965f221379feed118
---

 libavfilter/libmpcodecs/vf_noise.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/libmpcodecs/vf_noise.c b/libavfilter/libmpcodecs/vf_noise.c
index e141e6b..3b946e9 100644
--- a/libavfilter/libmpcodecs/vf_noise.c
+++ b/libavfilter/libmpcodecs/vf_noise.c
@@ -37,6 +37,7 @@
 #include "vf.h"
 #include "libvo/fastmemcpy.h"
 #include "libavutil/mem.h"
+#include "libavutil/x86/asm.h"
 
 #define MAX_NOISE 4096
 #define MAX_SHIFT 1024



More information about the ffmpeg-cvslog mailing list