changeset 3198:814a32de9ec7 libavformat

minor typo fixes
author diego
date Mon, 31 Mar 2008 17:31:11 +0000
parents e56c575b6717
children df53e261fe4d
files avio.h iff.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/avio.h	Mon Mar 31 10:44:33 2008 +0000
+++ b/avio.h	Mon Mar 31 17:31:11 2008 +0000
@@ -269,7 +269,7 @@
 
 /**
  * Reads size bytes from ByteIOContext into buf.
- * This reads at most 1 packet. If that's not enough fewer bytes will be
+ * This reads at most 1 packet. If that is not enough fewer bytes will be
  * returned.
  * @returns number of bytes read or AVERROR
  */
--- a/iff.c	Mon Mar 31 10:44:33 2008 +0000
+++ b/iff.c	Mon Mar 31 17:31:11 2008 +0000
@@ -1,5 +1,5 @@
 /*
- * Iff (.iff) File Demuxer
+ * IFF (.iff) file demuxer
  * Copyright (c) 2008 Jaikrishnan Menon <realityman@gmx.net>
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file iff.c
- * iff file demuxer
+ * IFF file demuxer
  * by Jaikrishnan Menon
  * for more information on the .iff file format, visit:
  * http://wiki.multimedia.cx/index.php?title=IFF