From 8600106ac2a38aa8dc54b6f53473d6b088e8dc8c Mon Sep 17 00:00:00 2001
From: Peter Ross <pross@xvid.org>
Date: Sat, 9 Jan 2010 03:31:13 +0000
Subject: [PATCH] update my email address

Originally committed as revision 21106 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/eacmv.c    | 2 +-
 libavcodec/eatgv.c    | 2 +-
 libavcodec/mmvideo.c  | 2 +-
 libavformat/eacdata.c | 2 +-
 libavformat/mm.c      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/libavcodec/eacmv.c b/libavcodec/eacmv.c
index 3de08cc1a09..30eaf3cfd25 100644
--- a/libavcodec/eacmv.c
+++ b/libavcodec/eacmv.c
@@ -22,7 +22,7 @@
 /**
  * @file libavcodec/eacmv.c
  * Electronic Arts CMV Video Decoder
- * by Peter Ross (suxen_drol at hotmail dot com)
+ * by Peter Ross (pross@xvid.org)
  *
  * Technical details here:
  * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_CMV
diff --git a/libavcodec/eatgv.c b/libavcodec/eatgv.c
index f2fa2fa982e..bfaf2d41588 100644
--- a/libavcodec/eatgv.c
+++ b/libavcodec/eatgv.c
@@ -22,7 +22,7 @@
 /**
  * @file libavcodec/eatgv.c
  * Electronic Arts TGV Video Decoder
- * by Peter Ross (suxen_drol at hotmail dot com)
+ * by Peter Ross (pross@xvid.org)
  *
  * Technical details here:
  * http://wiki.multimedia.cx/index.php?title=Electronic_Arts_TGV
diff --git a/libavcodec/mmvideo.c b/libavcodec/mmvideo.c
index 596ca7aec47..0b45b77474a 100644
--- a/libavcodec/mmvideo.c
+++ b/libavcodec/mmvideo.c
@@ -22,7 +22,7 @@
 /**
  * @file libavcodec/mmvideo.c
  * American Laser Games MM Video Decoder
- * by Peter Ross (suxen_drol at hotmail dot com)
+ * by Peter Ross (pross@xvid.org)
  *
  * The MM format was used by IBM-PC ports of ALG's "arcade shooter" games,
  * including Mad Dog McCree and Crime Patrol.
diff --git a/libavformat/eacdata.c b/libavformat/eacdata.c
index f4ea2f2e989..5e2594c927e 100644
--- a/libavformat/eacdata.c
+++ b/libavformat/eacdata.c
@@ -22,7 +22,7 @@
 /**
  * @file libavformat/eacdata.c
  * Electronic Arts cdata Format Demuxer
- * by Peter Ross (suxen_drol at hotmail dot com)
+ * by Peter Ross (pross@xvid.org)
  *
  * Technical details here:
  *  http://wiki.multimedia.cx/index.php?title=EA_Command_And_Conquer_3_Audio_Codec
diff --git a/libavformat/mm.c b/libavformat/mm.c
index 993aebf32ff..effb9e4f49c 100644
--- a/libavformat/mm.c
+++ b/libavformat/mm.c
@@ -22,7 +22,7 @@
 /**
  * @file libavformat/mm.c
  * American Laser Games MM Format Demuxer
- * by Peter Ross (suxen_drol at hotmail dot com)
+ * by Peter Ross (pross@xvid.org)
  *
  * The MM format was used by IBM-PC ports of ALG's "arcade shooter" games,
  * including Mad Dog McCree and Crime Patrol.
-- 
GitLab