doc: fix API examples references.
This commit is contained in:
parent
9ae570fb5f
commit
77c0b361b0
@ -14,12 +14,13 @@
|
|||||||
@section API
|
@section API
|
||||||
@itemize @bullet
|
@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{doc/examples/decoding_encoding.c} to see how to use
|
||||||
|
it.
|
||||||
|
|
||||||
@item libavformat is the library containing the file format handling (mux and
|
@item libavformat is the library containing the file format handling (mux and
|
||||||
demux code for several formats). Look at @file{ffplay.c} to use it in a
|
demux code for several formats). Look at @file{ffplay.c} to use it in a
|
||||||
player. See @file{libavformat/output-example.c} to use it to generate
|
player. See @file{doc/examples/muxing.c} to use it to generate audio or video
|
||||||
audio or video streams.
|
streams.
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user