From fac55d5bb70b2e835a657f497735701e2e208302 Mon Sep 17 00:00:00 2001 From: "henrik.lundin@webrtc.org" Date: Thu, 1 Sep 2011 10:29:13 +0000 Subject: [PATCH] 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 --- WATCHLISTS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/WATCHLISTS b/WATCHLISTS index 40d270b6fa..5acc68da84 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -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'], }, }