Added extern for img_convert to get round disappeance of the declaration from headers.

This commit is contained in:
Robert Osfield
2009-03-02 16:01:13 +00:00
parent 48c8402c1c
commit 1a2e6aae8e

View File

@@ -5,7 +5,12 @@
#include <stdexcept>
#include <string.h>
extern "C"
{
int img_convert(AVPicture *dst, int dst_pix_fmt, const AVPicture *src,
int src_pix_fmt, int src_width, int src_height);
};
namespace osgFFmpeg {