summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-02-08 11:43:47 +0000
committerDiego Biurrun <diego@biurrun.de>2006-02-08 11:43:47 +0000
commit064cf251553ea810d61fa29f72f2f9bd067d3cb7 (patch)
tree50a207d696c3d039f740fb730c637b4e9004ac86
parent7f2a97537c4dfa95f0a2caac01638bf5365f34df (diff)
typo
Originally committed as revision 4960 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavformat/dv.c2
-rw-r--r--libavformat/dv.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/dv.c b/libavformat/dv.c
index 0cf967bb5d..f4673c23c9 100644
--- a/libavformat/dv.c
+++ b/libavformat/dv.c
@@ -1,6 +1,6 @@
/*
* General DV muxer/demuxer
- * Copyright (c) 2003 Roman Shaposhnick
+ * Copyright (c) 2003 Roman Shaposhnik
*
* Many thanks to Dan Dennedy <dan@dennedy.org> for providing wealth
* of DV technical info.
diff --git a/libavformat/dv.h b/libavformat/dv.h
index 2cd6b9bb3b..521ad34d72 100644
--- a/libavformat/dv.h
+++ b/libavformat/dv.h
@@ -1,6 +1,6 @@
/*
* General DV muxer/demuxer
- * Copyright (c) 2003 Roman Shaposhnick
+ * Copyright (c) 2003 Roman Shaposhnik
*
* Many thanks to Dan Dennedy <dan@dennedy.org> for providing wealth
* of DV technical info.