[Ffmpeg-cvslog] r5865 - trunk/libavformat/gxf.c
reimar
subversion
Sun Jul 30 16:44:38 CEST 2006
Author: reimar
Date: Sun Jul 30 16:44:38 2006
New Revision: 5865
Modified:
trunk/libavformat/gxf.c
Log:
Fix typo in comment
Modified: trunk/libavformat/gxf.c
==============================================================================
--- trunk/libavformat/gxf.c (original)
+++ trunk/libavformat/gxf.c Sun Jul 30 16:44:38 2006
@@ -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);
More information about the ffmpeg-cvslog
mailing list