21 #ifndef GNASH_VIDEODECODER_H
22 #define GNASH_VIDEODECODER_H
26 #include <boost/noncopyable.hpp>
31 class EncodedVideoFrame;
63 virtual std::auto_ptr<image::GnashImage>
pop() = 0;
72 virtual bool peek() = 0;
78 virtual int width()
const = 0;
84 virtual int height()
const = 0;
92 #endif // __VIDEODECODER_H__
Anonymous namespace for callbacks, local functions, event handlers etc.
Definition: dbus_ext.cpp:40