--- src/FFmpeg.h 2014-08-27 01:33:29.601443000 +0200 +++ src/FFmpeg.h 2014-08-27 09:20:53.045146000 +0200 @@ -688,7 +688,7 @@ FFMPEG_FUNCTION_WITH_RETURN( AVOutputFormat*, av_oformat_next, - (AVOutputFormat *f), + (const AVOutputFormat *f), (f) ); FFMPEG_FUNCTION_WITH_RETURN( @@ -755,7 +755,7 @@ FFMPEG_FUNCTION_WITH_RETURN( int, av_fifo_size, - (AVFifoBuffer *f), + (FF_CONST_AVUTIL53 AVFifoBuffer *f), (f) ); FFMPEG_FUNCTION_WITH_RETURN( @@ -801,7 +801,7 @@ FFMPEG_FUNCTION_WITH_RETURN( AVDictionaryEntry *, av_dict_get, - (AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags), + (const AVDictionary *m, const char *key, FF_CONST_AVUTIL53 AVDictionaryEntry *prev, int flags), (m, key, prev, flags) ); FFMPEG_FUNCTION_WITH_RETURN(