# HG changeset patch # User reimar # Date 1154270678 0 # Node ID 633aaf52d0c2409d056dad25543da8cc65ce5f36 # Parent e60bf67d9bf83f9621bbc497a1a6d4e83f562395 Fix typo in comment diff -r e60bf67d9bf8 -r 633aaf52d0c2 gxf.c --- 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);