diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2008-11-15 20:43:57 +0000 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2008-11-15 20:43:57 +0000 |
commit | 108cd247934f640f3719ebddcb5fd6be36d4f529 (patch) | |
tree | 1ce341e32dd3fbe69088cf0309edb78d6b140209 | |
parent | 3d883ad5f3c8c9f501f7f98bceb7f7ed4a0d7708 (diff) | |
download | ffmpeg-108cd247934f640f3719ebddcb5fd6be36d4f529.tar.gz |
Make function comment a bit more linguistically correct.
Originally committed as revision 15835 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/rdt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rdt.h b/libavformat/rdt.h index 12d53178c9..92c33d5c58 100644 --- a/libavformat/rdt.h +++ b/libavformat/rdt.h @@ -73,7 +73,7 @@ void ff_rdt_subscribe_rule2(RDTDemuxContext *s, char *cmd, int size, * @param buf input buffer * @param len length of input buffer * @param set_id will be set to the set ID this packet belongs to - * @param seq_no will be set to the sequence number this packet belongs to + * @param seq_no will be set to the sequence number of the packet * @param stream_id will be set to the stream ID this packet belongs to * @param is_keyframe will be whether this packet belongs to a keyframe * @param timestamp will be set to the timestamp of the packet |