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
dad
archive-format-converter
Commits
dfea3f93
Commit
dfea3f93
authored
Sep 16, 2021
by
marceteau
Browse files
Merge branch 'master' of
https://dci-gitlab.cines.fr/dad/archive-format-converter.git
parents
45aba5de
2d1d55dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/cines/pac/converter/DCToSeda21Converter.java
View file @
dfea3f93
...
...
@@ -249,7 +249,9 @@ public class DCToSeda21Converter extends AbstractArchiveConverter {
static
{
ValidatorFactory
vf
=
new
ValidatorFactory
();
validator
=
vf
.
createValidator
();
if
(
validator
==
null
)
{
validator
=
vf
.
createValidator
();
}
}
public
static
List
<
String
>
formatVideoList
=
Arrays
.
asList
(
"AAC"
,
"MPEG-4"
,
"AIFF"
,
"FLAC"
,
"MKV"
,
"OGG"
,
"WAV"
);
private
Properties
properties
;
...
...
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