[FFmpeg-cvslog] lavf doxy: clarify that an AVPacket contains encoded data.

Anton Khirnov git at videolan.org
Mon Mar 26 21:10:16 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Tue Jan  3 07:41:14 2012 +0100| [dca9c81d82480177853f9776d5ac1e2f5a9c9b2b] | committer: Anton Khirnov

lavf doxy: clarify that an AVPacket contains encoded data.

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

 libavformat/avformat.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 2bf03e1..02b400b 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -69,8 +69,8 @@
  * @defgroup lavf_decoding Demuxing
  * @{
  * Demuxers read a media file and split it into chunks of data (@em packets). A
- * @ref AVPacket "packet" contains one or more frames which belong a single
- * elementary stream. In lavf API this process is represented by the
+ * @ref AVPacket "packet" contains one or more encoded frames which belongs to a
+ * single elementary stream. In the lavf API this process is represented by the
  * avformat_open_input() function for opening a file, av_read_frame() for
  * reading a single packet and finally avformat_close_input(), which does the
  * cleanup.



More information about the ffmpeg-cvslog mailing list