Mercurial > libavformat.hg
changeset 1207:633aaf52d0c2 libavformat
Fix typo in comment
author | reimar |
---|---|
date | Sun, 30 Jul 2006 14:44:38 +0000 |
parents | e60bf67d9bf8 |
children | c199d552d934 |
files | gxf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gxf.c Sat Jul 29 16:07:19 2006 +0000 +++ b/gxf.c Sun Jul 30 14:44:38 2006 +0000 @@ -231,7 +231,7 @@ get_byte(pb); // flags get_byte(pb); // reserved // NOTE: there is also data length information in the - // field information, it might be better to take this int account + // field information, it might be better to take this into account // as well. ret = av_get_packet(pb, pkt, pkt_len); pkt->stream_index = get_sindex(s, track_id, track_type);