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>
This commit is contained in:
Michael Niedermayer 2011-10-11 22:10:26 +02:00
parent fc11927890
commit f8e98061ec
1 changed files with 1 additions and 1 deletions

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
*/