I've added two watchlist definitions (NetEQ and video codecs), and added myself to be notified when something changes.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@507 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2011-09-01 10:29:13 +00:00
parent c6e54a97a7
commit fac55d5bb7

View File

@ -23,6 +23,12 @@
'video_render': {
'filepath': 'src/modules/video_render/.*',
},
'NetEQ': {
'filepath': 'src/modules/audio_coding/NetEQ/.*',
},
'video_codecs': {
'filepath': 'src/modules/video_coding/codecs/.*',
},
},
'WATCHLISTS': {
@ -31,5 +37,7 @@
'perkj@webrtc.org'],
'video_capture': ['mflodman@webrtc.org'],
'video_render': ['mflodman@webrtc.org'],
'NetEQ': ['henrik.lundin@webrtc.org'],
'video_codecs': ['henrik.lundin@webrtc.org'],
},
}