web/libav: add more h264 codecs to probe
This commit is contained in:
parent
6c4c5fd4f2
commit
d266dc3851
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const AUDIO_CODECS = {
|
|||
};
|
||||
|
||||
const VIDEO_CODECS = {
|
||||
h264: ['avc1.42E01E', 'avc1.42E01F', 'avc1.4D401F', 'avc1.4D4028', 'avc1.640028', 'avc1.640029', 'avc1.64002A'],
|
||||
h264: ['avc1.42E01E', 'avc1.42E01F', 'avc1.4D401F', 'avc1.4D4028', 'avc1.640834', 'avc1.64083c', 'avc1.640028', 'avc1.640029', 'avc1.640833', 'avc1.64002A'],
|
||||
av1: ['av01.0.08M.08', 'av01.0.12M.08', 'av01.0.16M.08'],
|
||||
vp9: ['vp09.01.10.08', 'vp09.02.10.08'],
|
||||
hevc: ['hvc1.1.6.L93.B0', 'hvc1.1.6.L123.00', 'hvc1.1.6.L153.00', 'hvc1.2.4.L93.00', 'hvc1.2.4.L123.00']
|
||||
|
|
Loading…
Reference in a new issue