Updating WATCHLIST with a video_coding watch and adding myself to it.

Review URL: http://webrtc-codereview.appspot.com/159001

git-svn-id: http://webrtc.googlecode.com/svn/trunk@618 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
stefan@webrtc.org 2011-09-19 07:50:48 +00:00
parent 67812a4621
commit dba7a3abd6

View File

@ -41,6 +41,9 @@
'video_codecs': {
'filepath': 'src/modules/video_coding/codecs/.*',
},
'video_coding': {
'filepath': 'src/modules/video_coding/.*',
},
'rtp_rtcp': {
'filepath': 'src/modules/rtp_rtcp/.*'
},
@ -64,6 +67,7 @@
'audio_coding': ['tina.legrand@webrtc.org'],
'NetEQ': ['henrik.lundin@webrtc.org'],
'video_codecs': ['henrik.lundin@webrtc.org'],
'video_coding': ['stefan@webrtc.org'],
'rtp_rtcp': ['mflodman@webrtc.org'],
'system_wrappers': ['mflodman@webrtc.org',
'henrika@webrtc.org' ],