utils/parse_testcodec.rb: add support for Opus files
Change-Id: I19e59cfe86598c2e5a7b070ef72b5a12e88b7242
This commit is contained in:
parent
e70ea5d21f
commit
ab3581c7ef
1 changed files with 2 additions and 0 deletions
|
@ -65,6 +65,8 @@ private
|
|||
self.codec = "Speex"
|
||||
when /pegase_l1.+/
|
||||
self.codec = "MP1"
|
||||
when /opus.+/
|
||||
self.codec = "Opus"
|
||||
else
|
||||
self.codec = "CODEC UNKNOWN (#{name})"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue