Browse Source

Change one itemized list to be bulletted, remove non-referenced node

killing a texi2html warning in the process.

Originally committed as revision 5894 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun 19 years ago
parent
commit
a0b72f90fc
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      doc/ffmpeg-doc.texi

+ 1
- 2
doc/ffmpeg-doc.texi View File

@@ -1109,7 +1109,7 @@ valid results, then crashes.
@chapter Developers Guide

@section API
@itemize
@itemize @bullet
@item libavcodec is the library containing the codecs (both encoding and
decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.

@@ -1214,7 +1214,6 @@ int myfunc(int my_parameter)
fprintf and printf are forbidden in libavformat and libavcodec,
please use av_log() instead.

@node Development Policy
@section Development Policy

@enumerate


Loading…
Cancel
Save