thp: set audio packet durations

pull/3/merge
Justin Ruggles 13 years ago
parent 5602a464c9
commit 5a9b952201
  1. 3
      libavformat/thp.c

@ -181,6 +181,9 @@ static int thp_read_packet(AVFormatContext *s,
} }
pkt->stream_index = thp->audio_stream_index; pkt->stream_index = thp->audio_stream_index;
if (thp->audiosize >= 8)
pkt->duration = AV_RB32(&pkt->data[4]);
thp->audiosize = 0; thp->audiosize = 0;
thp->frame++; thp->frame++;
} }

Loading…
Cancel
Save