--- C:\DOCUME~1\Ray\LOCALS~1\Temp\FFmpegDecoderVideo.hpp-revBASE.svn000.tmp.hpp	Mar 22 18:02:40 2009
+++ E:\OpenSceneGraph\src\osgPlugins\ffmpeg\FFmpegDecoderVideo.hpp	Mar 21 13:58:37 2009
@@ -87,9 +87,9 @@
     void findAspectRatio();
     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);
 
 
