diff options
author | Roman Shaposhnik <roman@shaposhnik.org> | 2003-09-16 02:09:17 +0000 |
---|---|---|
committer | Roman Shaposhnik <roman@shaposhnik.org> | 2003-09-16 02:09:17 +0000 |
commit | dd6ee74e4c79643e74d04a6632ec6e8b0bf9ea9c (patch) | |
tree | e376d33a3a0bada88390214edf8f15ef2fc727eb | |
parent | cb728d790287f570a97197b28beb47b2c0fde4f5 (diff) | |
download | ffmpeg-dd6ee74e4c79643e74d04a6632ec6e8b0bf9ea9c.tar.gz |
* fixing a typo ;-)
Originally committed as revision 2280 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/dvcore.c | 2 | ||||
-rw-r--r-- | libavformat/dvcore.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/dvcore.c b/libavformat/dvcore.c index 9fc2b9abc7..e14f338008 100644 --- a/libavformat/dvcore.c +++ b/libavformat/dvcore.c @@ -3,7 +3,7 @@ * Copyright (c) 2003 Roman Shaposhnik * * Many thanks to Dan Dennedy <dan@dennedy.org> for providing wealth - * of DV technical info, and SMPTE 314M specification. + * of DV technical info. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/libavformat/dvcore.h b/libavformat/dvcore.h index e47adbbe17..b492cc5995 100644 --- a/libavformat/dvcore.h +++ b/libavformat/dvcore.h @@ -3,7 +3,7 @@ * Copyright (c) 2003 Roman Shaposhnik * * Many thanks to Dan Dennedy <dan@dennedy.org> for providing wealth - * of DV technical info, and SMPTE 314M specification. + * of DV technical info. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public |