Browse Source

minor typo fixes

Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
4477dedc4f
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      libavcodec/8svx.c
  2. +1
    -1
      libavformat/avio.h
  3. +2
    -2
      libavformat/iff.c

+ 1
- 1
libavcodec/8svx.c View File

@@ -1,5 +1,5 @@
/*
* 8SVX Audio Decoder
* 8SVX audio decoder
* Copyright (C) 2008 Jaikrishnan Menon
*
* This file is part of FFmpeg.


+ 1
- 1
libavformat/avio.h View File

@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size);

/**
* 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
*/


+ 2
- 2
libavformat/iff.c View File

@@ -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


Loading…
Cancel
Save