]> git.sesse.net Git - vlc/commit
Qt: add a very dumb-down version of the Sout dialog for conversion.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Mar 2009 01:13:27 +0000 (02:13 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 3 Mar 2009 08:09:03 +0000 (09:09 +0100)
commit728ebfa0c90f30833d3cf8f6f5f3166a1728f7d9
treed0e1927be9efc288dcba7e2235cd1ff7c98ea6e0
parent17b6c07df85e5cf094fe41f85614a574dd356466
Qt: add a very dumb-down version of the Sout dialog for conversion.

The code is splitted from the Sout-Mess (that needs clean up) and provide an easy GUI:
 - Select profile
 - Choose the file name
 - Choose display or not
 - Choose deinterlace or not.

Nothing more.
modules/gui/qt4/Modules.am
modules/gui/qt4/dialogs/convert.cpp [new file with mode: 0644]
modules/gui/qt4/dialogs/convert.hpp [new file with mode: 0644]