Skip to content

Commit

Permalink
#3592 remove outdated combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 26, 2023
1 parent 058f8f2 commit 8da8ddb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions xpra/audio/gstreamer_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,6 @@ def force_enabled(codec_name):
#this can cause "could not link opusenc0 to webmmux0"
(OPUS_MKA , "opusenc", "matroskamux", "opusdec", "matroskademux", ""),
(OPUS_MKA , "opusenc", "webmmux", "opusdec", "matroskademux", ""),
(SPEEX_OGG , "speexenc", "oggmux", "speexdec", "oggdemux", ""),
(WAVPACK , "wavpackenc", "", "wavpackparse ! wavpackdec", "", ""),
(AAC_MPEG4 , "faac", "mp4mux", "faad", "qtdemux", ""),
(AAC_MPEG4 , "avenc_aac", "mp4mux", "avdec_aac", "qtdemux", ""),
(AAC_MPEG4 , "voaacenc", "mp4mux", "faad", "qtdemux", ""),
)
Expand Down Expand Up @@ -161,9 +158,6 @@ def force_enabled(codec_name):
#"compliance" : 1,
"perfect-timestamp" : 1,
},
"faac" : {
"perfect-timestamp" : 1,
},
#"vorbisenc" : {"perfect-timestamp" : 1},
}
ENCODER_DEFAULT_OPTIONS : Dict[str,Dict[str,Any]] = {
Expand Down

0 comments on commit 8da8ddb

Please sign in to comment.