Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
ffmpeg
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ffmpeg
Commits
1ab3d669
Commit
1ab3d669
authored
Mar 06, 2003
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typos & cosmetics
Originally committed as revision 1636 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
10564521
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
3 deletions
+9
-3
Doxyfile
libavcodec/Doxyfile
+2
-2
imgconvert.c
libavcodec/imgconvert.c
+1
-1
pcm.c
libavcodec/pcm.c
+6
-0
No files found.
libavcodec/Doxyfile
View file @
1ab3d669
...
...
@@ -126,14 +126,14 @@ INLINE_INHERITED_MEMB = NO
# path before files name in the file list and in the header files. If set
# to NO the shortest path that makes the file name unique will be used.
FULL_PATH_NAMES =
NO
FULL_PATH_NAMES =
YES
# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
# can be used to strip a user defined part of the path. Stripping is
# only done if one of the specified strings matches the left-hand part of
# the path. It is allowed to use relative paths in the argument list.
STRIP_FROM_PATH =
STRIP_FROM_PATH =
.
# The INTERNAL_DOCS tag determines if documentation
# that is typed after a \internal command is included. If the tag is set
...
...
libavcodec/imgconvert.c
View file @
1ab3d669
...
...
@@ -18,7 +18,7 @@
*/
/**
* @imgconvert.c
* @
file
imgconvert.c
* Misc image convertion routines.
*/
...
...
libavcodec/pcm.c
View file @
1ab3d669
...
...
@@ -16,6 +16,12 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
/**
* @file pcm.c
* PCM codecs
*/
#include "avcodec.h"
/* from g711.c by SUN microsystems (unrestricted use) */
...
...
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