Home
last modified time | relevance | path

Searched refs:CODEC_ID_PGS (Results 1 – 1 of 1) sorted by relevance

/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mkv/
DMatroskaExtractor.java129 private static final String CODEC_ID_PGS = "S_HDMV/PGS"; field in MatroskaExtractor
1733 || CODEC_ID_PGS.equals(codecId) in isCodecSupported()
2069 case CODEC_ID_PGS: in initializeOutput()