Browse Source

typos & cosmetics

Originally committed as revision 1636 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 22 years ago
parent
commit
1ab3d6691e
3 changed files with 9 additions and 3 deletions
  1. +2
    -2
      libavcodec/Doxyfile
  2. +1
    -1
      libavcodec/imgconvert.c
  3. +6
    -0
      libavcodec/pcm.c

+ 2
- 2
libavcodec/Doxyfile View File

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


+ 1
- 1
libavcodec/imgconvert.c View File

@@ -18,7 +18,7 @@
*/

/**
* @imgconvert.c
* @file imgconvert.c
* Misc image convertion routines.
*/



+ 6
- 0
libavcodec/pcm.c View File

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


Loading…
Cancel
Save