summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-10-11 22:10:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-10-11 22:10:26 +0200
commitf8e98061ecc7301c8e1f5b7b83344fa64b483e5c (patch)
tree3bad70c427b1a5e4a24587860082c6e13a84da8f /doc
parentfc11927890f38445a950b453d24928525da0e61a (diff)
downloadffmpeg-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.c2
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
*/
OpenPOWER on IntegriCloud