make stream size have a p in the end
This commit is contained in:
parent
7fcb3f5790
commit
cf3ea22753
|
@ -150,10 +150,8 @@ public class MediaCCCStreamExtractor extends StreamExtractor {
|
|||
throw new ExtractionException("Unknown media format: " + mimeType);
|
||||
}
|
||||
|
||||
|
||||
videoStreams.add(new VideoStream(recording.getString("recording_url"),
|
||||
mediaFormat,
|
||||
Integer.toString(recording.getInt("height"))));
|
||||
mediaFormat, recording.getInt("height") + "p"));
|
||||
}
|
||||
}
|
||||
return videoStreams;
|
||||
|
|
Loading…
Reference in New Issue