Fix incorrect explicit marks
Bug: webrtc:7671 Change-Id: I0905b759833ed7c3511bd65d38c2d9b0e984152f Reviewed-on: https://webrtc-review.googlesource.com/60580 Reviewed-by: Qiang Chen <qiangchen@chromium.org> Commit-Queue: Emircan Uysaler <emircan@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22333}
This commit is contained in:

committed by
Commit Bot

parent
5aac372db9
commit
fdd5eae9f4
@ -25,7 +25,7 @@ namespace webrtc {
|
|||||||
class MultiplexDecoderAdapter : public VideoDecoder {
|
class MultiplexDecoderAdapter : public VideoDecoder {
|
||||||
public:
|
public:
|
||||||
// |factory| is not owned and expected to outlive this class' lifetime.
|
// |factory| is not owned and expected to outlive this class' lifetime.
|
||||||
explicit MultiplexDecoderAdapter(VideoDecoderFactory* factory,
|
MultiplexDecoderAdapter(VideoDecoderFactory* factory,
|
||||||
const SdpVideoFormat& associated_format);
|
const SdpVideoFormat& associated_format);
|
||||||
virtual ~MultiplexDecoderAdapter();
|
virtual ~MultiplexDecoderAdapter();
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ enum AlphaCodecStream {
|
|||||||
class MultiplexEncoderAdapter : public VideoEncoder {
|
class MultiplexEncoderAdapter : public VideoEncoder {
|
||||||
public:
|
public:
|
||||||
// |factory| is not owned and expected to outlive this class' lifetime.
|
// |factory| is not owned and expected to outlive this class' lifetime.
|
||||||
explicit MultiplexEncoderAdapter(VideoEncoderFactory* factory,
|
MultiplexEncoderAdapter(VideoEncoderFactory* factory,
|
||||||
const SdpVideoFormat& associated_format);
|
const SdpVideoFormat& associated_format);
|
||||||
virtual ~MultiplexEncoderAdapter();
|
virtual ~MultiplexEncoderAdapter();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user