mirror of https://git.ffmpeg.org/ffmpeg.git
Fix typo in comment
Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8295eb302f
commit
adb0208bf2
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue