diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-03 07:41:14 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-03-26 10:59:42 +0200 |
commit | dca9c81d82480177853f9776d5ac1e2f5a9c9b2b (patch) | |
tree | 5b85f41784548897c116e6ba0b77bdc1fb464a2e /libavformat | |
parent | 3fadb29baf6d8ca62b0aa6416640517f2a27a074 (diff) | |
download | ffmpeg-dca9c81d82480177853f9776d5ac1e2f5a9c9b2b.tar.gz |
lavf doxy: clarify that an AVPacket contains encoded data.
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 2bf03e1bd8..02b400bde5 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. |