Adding audio coding module to watchlist.

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@606 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
tina.legrand@webrtc.org
2011-09-16 08:02:21 +00:00
parent d15469eeed
commit e126dbbce8

View File

@ -32,6 +32,9 @@
'audio_device': { 'audio_device': {
'filepath': 'src/modules/audio_device/.*', 'filepath': 'src/modules/audio_device/.*',
}, },
'audio_coding': {
'filepath': 'src/modules/audio_coding/.*',
},
'NetEQ': { 'NetEQ': {
'filepath': 'src/modules/audio_coding/NetEQ/.*', 'filepath': 'src/modules/audio_coding/NetEQ/.*',
}, },
@ -58,6 +61,7 @@
'video_render': ['mflodman@webrtc.org', 'video_render': ['mflodman@webrtc.org',
'perkj@webrtc.org'], 'perkj@webrtc.org'],
'audio_device': ['henrika@webrtc.org'], 'audio_device': ['henrika@webrtc.org'],
'audio_coding': ['tina.legrand@webrtc.org'],
'NetEQ': ['henrik.lundin@webrtc.org'], 'NetEQ': ['henrik.lundin@webrtc.org'],
'video_codecs': ['henrik.lundin@webrtc.org'], 'video_codecs': ['henrik.lundin@webrtc.org'],
'rtp_rtcp': ['mflodman@webrtc.org'], 'rtp_rtcp': ['mflodman@webrtc.org'],