Hello,

the ffmpeg plugin fails to compile against the ffmpeg trunk because the
deprecated AVCODEC_MAX_FRAME_SIZE constant has been definitively removed.

I solved with

#ifndef AVCODEC_MAX_FRAME_SIZE
    #define AVCODEC_MAX_FRAME_SIZE 192000 // 1 second of 48khz 32bit audio

Regards



2013/7/23 Robert Osfield <[email protected]>

> Hi All,
>
> I'm ready to tag another release candidate, currently svn/trunk and the
> OSG-3.2 branch are pretty well in sync save for their version numbers.
> Could the community pitch in with a quick build/run test and let me know
> how you platform is doing so I can get another release candidate out.
>
> Cheers,
> Robert.
>
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to