summaryrefslogtreecommitdiff
path: root/common_types.h
diff options
context:
space:
mode:
authorpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-18 16:39:03 +0000
committerpbos@webrtc.org <pbos@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-03-18 16:39:03 +0000
commite3339fcb0795bf0e6fbf148133c8b79bcecc5ede (patch)
tree276c4c7c3b9808c923e31d21d3d71fc3e2d54043 /common_types.h
parent0b5c7f1d087ab8075c4f6c04b17cf12d4d61cac8 (diff)
downloadwebrtc-e3339fcb0795bf0e6fbf148133c8b79bcecc5ede.tar.gz
Generic video-codec support.
Labels frames as key/delta, also marks the first RTP packet of a frame as such, to allow proper reconstruction even if packets are received out of order. BUG=1442 TBR=ajm@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1207004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@3680 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'common_types.h')
-rw-r--r--common_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_types.h b/common_types.h
index 7e912855..4ea58c7e 100644
--- a/common_types.h
+++ b/common_types.h
@@ -526,6 +526,7 @@ enum VideoCodecType
kVideoCodecI420,
kVideoCodecRED,
kVideoCodecULPFEC,
+ kVideoCodecGeneric,
kVideoCodecUnknown
};