|
Renamed new EncodeInternal to EncodeImpl to ensure proper backwards compatibility.
Renamed the new variant of EncodeInternal to EncodeImpl, so that
subclasses implementing one of the EncodeInternal don't need to
explicitly contain 'using AudioEncoder::EncodeInternal' to avoid their
implementation hiding the other variant of EncodeInternal. This causes
a warning (treated as an error) when building using GCC.
Committed: https://crrev.com/4f43fcfd496485e5dc866231de0fd1d298442cfa
Cr-Commit-Position: refs/heads/master@{#11868}
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+62 lines, -82 lines) |
Patch |
 |
M |
webrtc/modules/audio_coding/acm2/audio_coding_module_unittest_oldapi.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/acm2/rent_a_codec_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/audio_encoder.h
|
View
|
1
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/audio_encoder.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/audio_encoder_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/cng/audio_encoder_cng_unittest.cc
|
View
|
|
5 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/g711/audio_encoder_pcm.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/g722/audio_encoder_g722.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/ilbc/audio_encoder_ilbc.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/isac/audio_encoder_isac_t_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/mock/mock_audio_encoder.h
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/opus/audio_encoder_opus.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/pcm16b/audio_encoder_pcm16b.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.h
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webrtc/modules/audio_coding/codecs/red/audio_encoder_copy_red_unittest.cc
|
View
|
|
8 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
Total messages: 21 (10 generated)
|