DescriptionResolve inconsistent definition of video's webrtc::CodecSpecificInfo.
Following files define the same classes
- modules/video_coding/codecs/interface/video_codec_interface.h
- modules/video_coding/include/video_codec_interface.h
The first one is deprecated. As long as it is not removed, both files
should provide consistent class declarations. Otherwise any donwstream
project that includes its own codecs could experience memory
corruption issues.
Before this CL member declarations and ctor definition for
webrtc::CodecSpecificInfo diverged between both header files.
BUG=webrtc:7280
Review-Url: https://codereview.webrtc.org/2727633002
Cr-Commit-Position: refs/heads/master@{#16944}
Committed: https://chromium.googlesource.com/external/webrtc/+/0981cd16f2a598b74300474327ff0485169ce1a8
Patch Set 1 #Patch Set 2 : Resolve inconsistent definition of video's webrtc::CodecSpecificInfo. #
Messages
Total messages: 8 (4 generated)
|