Add reference time scale to the protobuf

Change-Id: I085c8203194262c80ed38f4fca9a26e9417bb977
This commit is contained in:
Rintaro Kuroiwa 2013-12-17 17:17:35 -08:00
parent 05a32f42f7
commit dcc99d511f
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ message MediaInfo {
repeated TextInfo text_info = 4; repeated TextInfo text_info = 4;
repeated ContentProtection content_protections = 5; repeated ContentProtection content_protections = 5;
// This is the reference time scale if there are multiple VideoInfo and/or
// AudioInfo.
optional uint32 reference_time_scale = 13;
// VOD only. // VOD only.
optional Range init_range = 6; optional Range init_range = 6;
optional Range index_range = 7; optional Range index_range = 7;