Update ItagItem.java
This commit is contained in:
parent
6d504e0883
commit
5f3c2f5622
|
@ -39,9 +39,9 @@ public class ItagItem {
|
|||
new ItagItem(139, AUDIO, M4A, 48),
|
||||
new ItagItem(140, AUDIO, M4A, 128),
|
||||
new ItagItem(141, AUDIO, M4A, 256),
|
||||
new ItagItem(249, AUDIO, OPUS, 50),
|
||||
new ItagItem(250, AUDIO, OPUS, 70),
|
||||
new ItagItem(251, AUDIO, OPUS, 160),
|
||||
new ItagItem(249, AUDIO, WEBMA_OPUS, 50),
|
||||
new ItagItem(250, AUDIO, WEBMA_OPUS, 70),
|
||||
new ItagItem(251, AUDIO, WEBMA_OPUS, 160),
|
||||
|
||||
/// VIDEO ONLY ////////////////////////////////////////////
|
||||
// ID Type Format Resolution FPS ///
|
||||
|
|
Loading…
Reference in New Issue