Remove vpx (unused) as a CodecType (#1095)

This commit is contained in:
Christopher Tam
2021-08-21 04:32:36 -04:00
committed by GitHub
parent 49748457bb
commit 5cf569bc1c
2 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,7 @@
- [AndreasGB](https://github.com/andreasgb)
- [joern-h](https://github.com/joern-h)
- [Niels van Velzen](https://github.com/nielsvanvelzen)
- [GodTamIt](https://github.com/GodTamIt)
# Emby Contributors

View File

@ -33,5 +33,4 @@ public class CodecTypes {
public static final String MPEG4 = "mpeg4";
public static final String VP8 = "vp8";
public static final String VP9 = "vp9";
public static final String VPX = "vpx";
}