QTfrontend/util/libav_iteraction.h
changeset 7679 bfa26daad684
parent 7631 01b599d6f72d
equal deleted inserted replaced
7678:8aabba680598 7679:bfa26daad684
    24 /**
    24 /**
    25  * @brief Class for interacting with ffmpeg/libav libraries
    25  * @brief Class for interacting with ffmpeg/libav libraries
    26  *
    26  *
    27  * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    27  * @see <a href="http://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    28  */
    28  */
    29 class LibavIteraction
    29 class LibavIteraction : public QObject
    30 {
    30 {
       
    31     Q_OBJECT;
       
    32 
    31     LibavIteraction();
    33     LibavIteraction();
    32 
    34 
    33 public:
    35 public:
    34 
    36 
    35     static LibavIteraction & instance();
    37     static LibavIteraction & instance();