]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/noise_bsf.c
FATE: add a test for the overlay filter
[ffmpeg] / libavcodec / noise_bsf.c
index 489e3c7c7cde0daae539dc7b3717e076fd147d7b..3e552e29f8431be10606a993ff6e0c6d591d1b14 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stdlib.h>
+#include <string.h>
+
 #include "avcodec.h"
+#include "libavutil/mem.h"
 
 
 static int noise(AVBitStreamFilterContext *bsfc, AVCodecContext *avctx, const char *args,