OSDN Git Service

ffmpegthumbnailer: fix struct <-> class warning
authorIvailo Monev <xakepa10@gmail.com>
Fri, 23 Jan 2015 22:48:12 +0000 (22:48 +0000)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 23 Jan 2015 22:48:12 +0000 (22:48 +0000)
ffmpegthumbs/ffmpegthumbnailer/videoframe.h

index ae23855..2896b16 100644 (file)
@@ -24,7 +24,8 @@
 namespace ffmpegthumbnailer
 {
 
-struct VideoFrame {
+class VideoFrame {
+public:
     VideoFrame()
             : width(0), height(0), lineSize(0) {}