Skip to content

Commit

Permalink
Merge VP8/VP9 codec labels fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch1llb0 authored Oct 14, 2022
1 parent b1d8bbc commit 0f50014
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml/Variables.xml
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,6 @@
<value condition="String.IsEqual(ListItem.VideoCodec,mpeg2) | String.IsEqual(ListItem.VideoCodec,mpeg2video)">MPEG-2</value>
<value condition="String.IsEqual(ListItem.VideoCodec,theora)">Theora</value>
<value condition="String.IsEqual(ListItem.VideoCodec,wvc1)">VC-1</value>
<value condition="String.IsEqual(ListItem.VideoCodec,vp8) | String.IsEqual(ListItem.VideoCodec,vp9)">Webm</value>
<value condition="String.IsEqual(ListItem.VideoCodec,wmv) | String.IsEqual(ListItem.VideoCodec,wmv2) | String.IsEqual(ListItem.VideoCodec,wmv3)">WMV</value>
<value condition="String.IsEqual(ListItem.VideoCodec,xvid)">XviD</value>
<value>$INFO[ListItem.VideoCodec,[UPPERCASE],[/UPPERCASE]]</value>
Expand Down

0 comments on commit 0f50014

Please sign in to comment.