/// <summary>
 /// Initializes a new instance of the <see cref="SubtitleComponent"/> class.
 /// </summary>
 /// <param name="container">The container.</param>
 /// <param name="streamIndex">Index of the stream.</param>
 internal SubtitleComponent(MediaContainer container, int streamIndex)
     : base(container, streamIndex)
 {
     // placeholder. Nothing else to change here.
 }