[FFmpeg-cvslog] r12658 - in trunk: libavcodec/8svx.c libavformat/avio.h libavformat/iff.c
diego
subversion
Mon Mar 31 19:31:11 CEST 2008
Author: diego
Date: Mon Mar 31 19:31:11 2008
New Revision: 12658
Log:
minor typo fixes
Modified:
trunk/libavcodec/8svx.c
trunk/libavformat/avio.h
trunk/libavformat/iff.c
Modified: trunk/libavcodec/8svx.c
==============================================================================
--- trunk/libavcodec/8svx.c (original)
+++ trunk/libavcodec/8svx.c Mon Mar 31 19:31:11 2008
@@ -1,5 +1,5 @@
/*
- * 8SVX Audio Decoder
+ * 8SVX audio decoder
* Copyright (C) 2008 Jaikrishnan Menon
*
* This file is part of FFmpeg.
Modified: trunk/libavformat/avio.h
==============================================================================
--- trunk/libavformat/avio.h (original)
+++ trunk/libavformat/avio.h Mon Mar 31 19:31:11 2008
@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigne
/**
* 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
*/
Modified: trunk/libavformat/iff.c
==============================================================================
--- trunk/libavformat/iff.c (original)
+++ trunk/libavformat/iff.c Mon Mar 31 19:31:11 2008
@@ -1,5 +1,5 @@
/*
- * Iff (.iff) File Demuxer
+ * IFF (.iff) file demuxer
* Copyright (c) 2008 Jaikrishnan Menon <realityman at 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
More information about the ffmpeg-cvslog
mailing list