equal
deleted
inserted
replaced
14 * You should have received a copy of the GNU General Public License |
14 * You should have received a copy of the GNU General Public License |
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
16 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA |
17 */ |
17 */ |
18 |
18 |
19 #ifndef LIBAV_ITERACTION |
19 #ifndef LIBAV_INTERACTION |
20 #define LIBAV_ITERACTION |
20 #define LIBAV_INTERACTION |
21 |
21 |
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 |
46 |
46 |
47 // get information about file (duration, resolution etc) in multiline string |
47 // get information about file (duration, resolution etc) in multiline string |
48 QString getFileInfo(const QString & filepath); |
48 QString getFileInfo(const QString & filepath); |
49 }; |
49 }; |
50 |
50 |
51 #endif // LIBAV_ITERACTION |
51 #endif // LIBAV_INTERACTION |