diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-10-11 22:10:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-10-11 22:10:26 +0200 |
commit | f8e98061ecc7301c8e1f5b7b83344fa64b483e5c (patch) | |
tree | 3bad70c427b1a5e4a24587860082c6e13a84da8f /doc | |
parent | fc11927890f38445a950b453d24928525da0e61a (diff) | |
download | ffmpeg-streaming-f8e98061ecc7301c8e1f5b7b83344fa64b483e5c.zip ffmpeg-streaming-f8e98061ecc7301c8e1f5b7b83344fa64b483e5c.tar.gz |
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/encoding.c b/doc/examples/encoding.c index 7efd5fa..cd968db 100644 --- a/doc/examples/encoding.c +++ b/doc/examples/encoding.c @@ -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 */ |