| Index: media/filters/decoder_stream_traits.h
|
| diff --git a/media/filters/decoder_stream_traits.h b/media/filters/decoder_stream_traits.h
|
| index c0a97777e46be0c304328096643f7c06ab059d62..59e534d2e6858c97f950b371b3f73b33ddd78913 100644
|
| --- a/media/filters/decoder_stream_traits.h
|
| +++ b/media/filters/decoder_stream_traits.h
|
| @@ -42,6 +42,7 @@ struct DecoderStreamTraits<DemuxerStream::AUDIO> {
|
| static void ReportStatistics(const StatisticsCB& statistics_cb,
|
| int bytes_decoded);
|
| static DecoderConfigType GetDecoderConfig(DemuxerStream& stream);
|
| + static scoped_refptr<OutputType> CreateEOSOutput();
|
| };
|
|
|
| template <>
|
| @@ -65,6 +66,7 @@ struct DecoderStreamTraits<DemuxerStream::VIDEO> {
|
| static void ReportStatistics(const StatisticsCB& statistics_cb,
|
| int bytes_decoded);
|
| static DecoderConfigType GetDecoderConfig(DemuxerStream& stream);
|
| + static scoped_refptr<OutputType> CreateEOSOutput();
|
| };
|
|
|
| } // namespace media
|
|
|