Module: libav
Branch: master
Commit: 5a9b952201e5fde03be619dc59bda10463abeefa

Author:    Justin Ruggles <[email protected]>
Committer: Justin Ruggles <[email protected]>
Date:      Wed Feb 29 18:08:46 2012 -0500

thp: set audio packet durations

---

 libavformat/thp.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/libavformat/thp.c b/libavformat/thp.c
index 731f5af..5a1205e 100644
--- a/libavformat/thp.c
+++ b/libavformat/thp.c
@@ -181,6 +181,9 @@ static int thp_read_packet(AVFormatContext *s,
         }
 
         pkt->stream_index = thp->audio_stream_index;
+        if (thp->audiosize >= 8)
+            pkt->duration = AV_RB32(&pkt->data[4]);
+
         thp->audiosize = 0;
         thp->frame++;
     }

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to