Commit 4477dedc authored by Diego Biurrun's avatar Diego Biurrun

minor typo fixes

Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 1b41f260
/* /*
* 8SVX Audio Decoder * 8SVX audio decoder
* Copyright (C) 2008 Jaikrishnan Menon * Copyright (C) 2008 Jaikrishnan Menon
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
......
...@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size); ...@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
/** /**
* Reads size bytes from ByteIOContext into buf. * 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. * returned.
* @returns number of bytes read or AVERROR * @returns number of bytes read or AVERROR
*/ */
......
/* /*
* Iff (.iff) File Demuxer * IFF (.iff) file demuxer
* Copyright (c) 2008 Jaikrishnan Menon <realityman@gmx.net> * Copyright (c) 2008 Jaikrishnan Menon <realityman@gmx.net>
* *
* This file is part of FFmpeg. * This file is part of FFmpeg.
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
/** /**
* @file iff.c * @file iff.c
* iff file demuxer * IFF file demuxer
* by Jaikrishnan Menon * by Jaikrishnan Menon
* for more information on the .iff file format, visit: * for more information on the .iff file format, visit:
* http://wiki.multimedia.cx/index.php?title=IFF * http://wiki.multimedia.cx/index.php?title=IFF
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment