Chromium Code Reviews| Index: webrtc/media/base/constants.cc |
| diff --git a/webrtc/media/base/constants.cc b/webrtc/media/base/constants.cc |
| index ad34488f1f736b19a77f8f37f99a658d83d4bc2e..e3158685d0ff2daac6a3d71177f1d7ded5994871 100644 |
| --- a/webrtc/media/base/constants.cc |
| +++ b/webrtc/media/base/constants.cc |
| @@ -124,6 +124,7 @@ const int kDefaultUlpfecType = 117; |
| const int kDefaultRtxVp8PlType = 96; |
| const int kDefaultRtxVp9PlType = 97; |
| const int kDefaultRtxRedPlType = 98; |
| +const int kDefaultRtxH264PlType = 99; |
|
pbos-webrtc
2016/02/11 09:01:32
This looks safe right now, but can you move consta
stefan-webrtc
2016/02/11 09:28:02
Leaving for follow-up
|
| const int kDefaultVideoMaxWidth = 640; |
| const int kDefaultVideoMaxHeight = 400; |