OSDN Git Service

examples/encoding: List more formats to make it more clear to the reader what is...
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 11 Oct 2011 20:10:26 +0000 (22:10 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 11 Oct 2011 20:10:26 +0000 (22:10 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
doc/examples/encoding.c

index 7efd5fa..cd968db 100644 (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
  */