Browse Source

examples/encoding: List more formats to make it more clear to the reader what is not handled in libavcodec.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.9
Michael Niedermayer 13 years ago
parent
commit
f8e98061ec
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/examples/encoding.c

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

@@ -25,7 +25,7 @@
* libavcodec API use example.
*
* Note that libavcodec only handles codecs (mpeg, mpeg4, etc...),
* not file formats (avi, vob, etc...). See library 'libavformat' for the
* not file formats (avi, vob, mp4, mov, mkv, mxf, flv, mpegts, mpegps, etc...). See library 'libavformat' for the
* format handling
*/



Loading…
Cancel
Save