mirror of
https://github.com/samsonjs/media.git
synced 2026-04-26 14:57:47 +00:00
Fix some more incorrect playback test stream IDs
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=150080957
This commit is contained in:
parent
8a411c310d
commit
70926057c5
1 changed files with 3 additions and 3 deletions
|
|
@ -111,9 +111,9 @@ public final class DashTestData {
|
|||
WIDEVINE_H264_MAIN_240P_VIDEO_REPRESENTATION_ID,
|
||||
WIDEVINE_H264_MAIN_480P_VIDEO_REPRESENTATION_ID};
|
||||
|
||||
public static final String WIDEVINE_H264_BASELINE_480P_23FPS_VIDEO_REPRESENTATION_ID = "2";
|
||||
public static final String WIDEVINE_H264_BASELINE_480P_24FPS_VIDEO_REPRESENTATION_ID = "2";
|
||||
public static final String WIDEVINE_H264_BASELINE_480P_29FPS_VIDEO_REPRESENTATION_ID = "2";
|
||||
public static final String WIDEVINE_H264_BASELINE_480P_23FPS_VIDEO_REPRESENTATION_ID = "3";
|
||||
public static final String WIDEVINE_H264_BASELINE_480P_24FPS_VIDEO_REPRESENTATION_ID = "3";
|
||||
public static final String WIDEVINE_H264_BASELINE_480P_29FPS_VIDEO_REPRESENTATION_ID = "3";
|
||||
|
||||
public static final String WIDEVINE_H265_BASELINE_288P_VIDEO_REPRESENTATION_ID = "2";
|
||||
public static final String WIDEVINE_H265_BASELINE_360P_VIDEO_REPRESENTATION_ID = "3";
|
||||
|
|
|
|||
Loading…
Reference in a new issue