20 #ifndef GNASH_VAAPISURFACEGLX_H
21 #define GNASH_VAAPISURFACEGLX_H
34 std::auto_ptr<VaapiSurfaceImplBase> _impl;
40 void *
get()
const {
return reinterpret_cast<void *
>(_impl->surface()); }
43 unsigned int width()
const {
return _impl->width(); }
46 unsigned int height()
const {
return _impl->height(); }
49 bool update(boost::shared_ptr<VaapiSurface> surface);
54 #endif // GNASH_VAAPISURFACEGLX_H