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
2d1d55dd
Commit
2d1d55dd
authored
Sep 16, 2021
by
granier
Browse files
Creation d'une seule instance de validator pour l'objet
DCToSeda21Converter
parent
794c59f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/java/fr/cines/pac/converter/DCToSeda21Converter.java
View file @
2d1d55dd
...
...
@@ -247,7 +247,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