Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
8ecff03b
Commit
8ecff03b
authored
Jun 28, 2021
by
Farid Abdelnour
🎥
Committed by
Julius Künzel
Jun 28, 2021
Browse files
Add aac mimetype
parent
634227b5
Pipeline
#67899
passed with stage
in 8 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/dialogs/clipcreationdialog.cpp
View file @
8ecff03b
...
...
@@ -75,7 +75,7 @@ QStringList ClipCreationDialog::getExtensions()
mimeTypes
<<
QStringLiteral
(
"audio/AMR"
)
<<
QStringLiteral
(
"audio/x-flac"
)
<<
QStringLiteral
(
"audio/x-matroska"
)
<<
QStringLiteral
(
"audio/mp4"
)
<<
QStringLiteral
(
"audio/mpeg"
)
<<
QStringLiteral
(
"audio/x-mp3"
)
<<
QStringLiteral
(
"audio/ogg"
)
<<
QStringLiteral
(
"audio/x-wav"
)
<<
QStringLiteral
(
"audio/x-aiff"
)
<<
QStringLiteral
(
"audio/aiff"
)
<<
QStringLiteral
(
"application/ogg"
)
<<
QStringLiteral
(
"application/mxf"
)
<<
QStringLiteral
(
"application/x-shockwave-flash"
)
<<
QStringLiteral
(
"audio/ac3"
);
<<
QStringLiteral
(
"application/x-shockwave-flash"
)
<<
QStringLiteral
(
"audio/ac3"
)
<<
QStringLiteral
(
"audio/aac"
)
;
// Image MIMEs
mimeTypes
<<
QStringLiteral
(
"image/gif"
)
<<
QStringLiteral
(
"image/jpeg"
)
<<
QStringLiteral
(
"image/png"
)
<<
QStringLiteral
(
"image/x-tga"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment