diff --git a/WATCHLISTS b/WATCHLISTS index f4b85dde9..fa7f382ac 100644 --- a/WATCHLISTS +++ b/WATCHLISTS @@ -64,9 +64,6 @@ 'audio_processing': { 'filepath': 'webrtc/modules/audio_processing/.*', }, - 'video_codecs': { - 'filepath': 'webrtc/modules/video_coding/codecs/.*', - }, 'video_coding': { 'filepath': 'webrtc/modules/video_coding/.*', }, @@ -121,7 +118,6 @@ 'andrew@webrtc.org', 'bjornv@webrtc.org', 'kwiberg@webrtc.org'], - 'video_codecs': ['henrik.lundin@webrtc.org'], 'video_coding': ['stefan@webrtc.org', 'mflodman@webrtc.org'], 'video_processing': ['stefan@webrtc.org'], diff --git a/webrtc/modules/video_coding/OWNERS b/webrtc/modules/video_coding/OWNERS index 897a0b281..f452c9ed8 100644 --- a/webrtc/modules/video_coding/OWNERS +++ b/webrtc/modules/video_coding/OWNERS @@ -1,5 +1,4 @@ stefan@webrtc.org marpan@webrtc.org -henrik.lundin@webrtc.org per-file BUILD.gn=kjellander@webrtc.org diff --git a/webrtc/modules/video_coding/codecs/OWNERS b/webrtc/modules/video_coding/codecs/OWNERS index 3f904dd13..07c298770 100644 --- a/webrtc/modules/video_coding/codecs/OWNERS +++ b/webrtc/modules/video_coding/codecs/OWNERS @@ -1,3 +1,2 @@ stefan@webrtc.org marpan@webrtc.org -henrik.lundin@webrtc.org diff --git a/webrtc/modules/video_processing/OWNERS b/webrtc/modules/video_processing/OWNERS index 897a0b281..f452c9ed8 100644 --- a/webrtc/modules/video_processing/OWNERS +++ b/webrtc/modules/video_processing/OWNERS @@ -1,5 +1,4 @@ stefan@webrtc.org marpan@webrtc.org -henrik.lundin@webrtc.org per-file BUILD.gn=kjellander@webrtc.org