Commit 05817a95 authored by diego's avatar diego

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

killing a texi2html warning in the process.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5894 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7ee5c4bb
...@@ -1109,7 +1109,7 @@ valid results, then crashes. ...@@ -1109,7 +1109,7 @@ valid results, then crashes.
@chapter Developers Guide @chapter Developers Guide
@section API @section API
@itemize @itemize @bullet
@item libavcodec is the library containing the codecs (both encoding and @item libavcodec is the library containing the codecs (both encoding and
decoding). Look at @file{libavcodec/apiexample.c} to see how to use it. decoding). Look at @file{libavcodec/apiexample.c} to see how to use it.
...@@ -1214,7 +1214,6 @@ int myfunc(int my_parameter) ...@@ -1214,7 +1214,6 @@ int myfunc(int my_parameter)
fprintf and printf are forbidden in libavformat and libavcodec, fprintf and printf are forbidden in libavformat and libavcodec,
please use av_log() instead. please use av_log() instead.
@node Development Policy
@section Development Policy @section Development Policy
@enumerate @enumerate
......
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