From dcc99d511f27f861dc01ee5dc2236adfe30744e0 Mon Sep 17 00:00:00 2001 From: Rintaro Kuroiwa Date: Tue, 17 Dec 2013 17:17:35 -0800 Subject: [PATCH] Add reference time scale to the protobuf Change-Id: I085c8203194262c80ed38f4fca9a26e9417bb977 --- mpd/base/media_info.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mpd/base/media_info.proto b/mpd/base/media_info.proto index 180fda019f..14dadec0f2 100644 --- a/mpd/base/media_info.proto +++ b/mpd/base/media_info.proto @@ -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;