mirror of
https://github.com/ValveSoftware/Proton.git
synced 2024-12-28 15:45:50 +03:00
mediaconvert: Classify protonvideoconv as Codec/Demuxer.
When classified as Codec/Demuxer, it is prioritised alongside actual demuxers. Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
This commit is contained in:
parent
9c1217fb27
commit
bb8dca3f1c
@ -351,7 +351,7 @@ impl ObjectSubclass for VideoConv {
|
|||||||
|
|
||||||
klass.set_metadata(
|
klass.set_metadata(
|
||||||
"Proton video converter",
|
"Proton video converter",
|
||||||
"Codec/Parser",
|
"Codec/Demuxer",
|
||||||
"Converts video for Proton",
|
"Converts video for Proton",
|
||||||
"Andrew Eikum <aeikum@codeweavers.com>");
|
"Andrew Eikum <aeikum@codeweavers.com>");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user