diff options
Diffstat (limited to 'ext/mpeg2enc/gstmpeg2encpicturereader.hh')
-rw-r--r-- | ext/mpeg2enc/gstmpeg2encpicturereader.hh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/mpeg2enc/gstmpeg2encpicturereader.hh b/ext/mpeg2enc/gstmpeg2encpicturereader.hh index 7f6c9c3c..89fb58d8 100644 --- a/ext/mpeg2enc/gstmpeg2encpicturereader.hh +++ b/ext/mpeg2enc/gstmpeg2encpicturereader.hh @@ -37,7 +37,11 @@ public: protected: /* read a frame */ +#ifdef GST_MJPEGTOOLS_19x + bool LoadFrame (ImagePlanes &image); +#else bool LoadFrame (); +#endif private: GstElement *element; |