DescriptionUpdate FFmpegDemuxer unknown duration logic to work for video-only streams.
The FFmpegDemuxer would only compute the duration at the end of
playback for clips without a duration that contained audio. This was not
being done for video-only streams which resulted inconsistent behavior.
This change simply make the duration computation logic apply to all
stream types.
TEST=FFmpegDemuxerTest.Read_EndOfStream_NoDuration_VideoOnly, FFmpegDemuxerTest.Read_EndOfStream_NoDuration_AudioOnly
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=243304
Patch Set 1 #
Total comments: 1
Messages
Total messages: 7 (0 generated)
|