Commit 27647166 authored by reimar's avatar reimar

Fix typo in comment


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent f654ac2f
...@@ -231,7 +231,7 @@ static int gxf_packet(AVFormatContext *s, AVPacket *pkt) { ...@@ -231,7 +231,7 @@ static int gxf_packet(AVFormatContext *s, AVPacket *pkt) {
get_byte(pb); // flags get_byte(pb); // flags
get_byte(pb); // reserved get_byte(pb); // reserved
// NOTE: there is also data length information in the // 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. // as well.
ret = av_get_packet(pb, pkt, pkt_len); ret = av_get_packet(pb, pkt, pkt_len);
pkt->stream_index = get_sindex(s, track_id, track_type); pkt->stream_index = get_sindex(s, track_id, track_type);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment