Browse Source

examples/encoding.c: replace "this library" with "libavcodec" in doxy

So it is more clear the context of the sentence.
tags/n0.9
Stefano Sabatini 14 years ago
parent
commit
a7aabda267
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/encoding.c

+ 1
- 1
doc/examples/encoding.c View File

@@ -22,7 +22,7 @@
* @file
* libavcodec API use example.
*
* Note that this library only handles codecs (mpeg, mpeg4, etc...),
* Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
* format handling
*/


Loading…
Cancel
Save