Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
4477dedc
Commit
4477dedc
authored
Mar 31, 2008
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor typo fixes
Originally committed as revision 12658 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
1b41f260
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
8svx.c
libavcodec/8svx.c
+1
-1
avio.h
libavformat/avio.h
+1
-1
iff.c
libavformat/iff.c
+2
-2
No files found.
libavcodec/8svx.c
View file @
4477dedc
/*
/*
* 8SVX
Audio D
ecoder
* 8SVX
audio d
ecoder
* Copyright (C) 2008 Jaikrishnan Menon
* Copyright (C) 2008 Jaikrishnan Menon
*
*
* This file is part of FFmpeg.
* This file is part of FFmpeg.
...
...
libavformat/avio.h
View file @
4477dedc
...
@@ -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
i
s not enough fewer bytes will be
* returned.
* returned.
* @returns number of bytes read or AVERROR
* @returns number of bytes read or AVERROR
*/
*/
...
...
libavformat/iff.c
View file @
4477dedc
/*
/*
* I
ff (.iff) File D
emuxer
* I
FF (.iff) file d
emuxer
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment