Add boilerplate code for H.264.
R=mflodman@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17849005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6603 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -40,6 +40,7 @@ namespace webrtc {
|
||||
#define VCM_ULPFEC_PAYLOAD_TYPE 97
|
||||
#define VCM_VP8_PAYLOAD_TYPE 100
|
||||
#define VCM_I420_PAYLOAD_TYPE 124
|
||||
#define VCM_H264_PAYLOAD_TYPE 127
|
||||
|
||||
enum VCMVideoProtection {
|
||||
kProtectionNack, // Both send-side and receive-side
|
||||
|
Reference in New Issue
Block a user