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

Michael Niedermayer git at videolan.org
Tue Oct 11 22:51:49 CEST 2011


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Oct 11 22:10:26 2011 +0200| [f8e98061ecc7301c8e1f5b7b83344fa64b483e5c] | committer: Michael Niedermayer

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 at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8e98061ecc7301c8e1f5b7b83344fa64b483e5c
---

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



More information about the ffmpeg-cvslog mailing list