diff --git a/qml/plugins.qmltypes b/qml/plugins.qmltypes index 92d0a9eb7..a850e4cf0 100644 --- a/qml/plugins.qmltypes +++ b/qml/plugins.qmltypes @@ -225,6 +225,7 @@ Module { Property { name: "videoCodecs"; type: "QStringList"; isReadonly: true } Property { name: "videoCodecPriority"; type: "QStringList" } Property { name: "videoCodecOptions"; type: "QVariantMap" } + Property { name: "avFormatOptions"; type: "QVariantMap" } Property { name: "useWallclockAsTimestamps"; type: "bool" } Property { name: "videoCapture"; type: "QtAV::VideoCapture"; isReadonly: true; isPointer: true } Property { name: "audioTrack"; type: "int" }