Skip to content
Snippets Groups Projects
Commit f36c1480 authored by Jérôme Froissart's avatar Jérôme Froissart Committed by Jean-Baptiste Kempf
Browse files

qt: Deinterlace can be associated with codec arguments


Previously, one could not convert a video into a video with both:
 * deinterlace checked (in the Convert dialog)
 * custom options (in "Profile edition" dialog, "Video codec" tab)
This was due to incorrectly handled braces in a SoutChain.

This makes VLCProfileSelector::getTranscode() return a SoutChain instead
of a plain QString, which eases the handling of the sout chain.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent bc8853ad
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment