QTfrontend/util/LibavInteraction.h
changeset 12268 2eedf9e0cd6d
parent 11046 47a8c19ecb60
equal deleted inserted replaced
12267:dad24eb53873 12268:2eedf9e0cd6d
    22 #include <QComboBox>
    22 #include <QComboBox>
    23 
    23 
    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="https://en.wikipedia.org/wiki/Singleton_pattern">singleton pattern</a>
    28  */
    28  */
    29 class LibavInteraction : public QObject
    29 class LibavInteraction : public QObject
    30 {
    30 {
    31     Q_OBJECT;
    31     Q_OBJECT;
    32 
    32