Merge "Add reference time scale to the protobuf"

This commit is contained in:
Rintaro Kuroiwa 2013-12-20 01:44:16 +00:00 committed by Gerrit Code Review
commit 069a4923d5
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ message MediaInfo {
repeated TextInfo text_info = 4;
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.
optional Range init_range = 6;
optional Range index_range = 7;