Index: OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp
===================================================================
--- OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp (revision 9910)
+++ OpenSceneGraph/trunk/src/osgPlugins/ffmpeg/FFmpegDecoderVideo.hpp (revision 9960)
@@ -88,7 +88,7 @@
     void publishFrame(double delay);
     double synchronizeVideo(double pts);
-    void yuva420pToRgba(AVPicture *dst, const AVPicture *src, int width, int height);
+    void yuva420pToRgba(AVPicture *dst, AVPicture *src, int width, int height);
 
-    int convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src,
+    int convert(AVPicture *dst, int dst_pix_fmt, AVPicture *src,
                 int src_pix_fmt, int src_width, int src_height);
 
