From: Hendrik Leppkes <[email protected]>

Signed-off-by: Michael Niedermayer <[email protected]>
---
 libavformat/avisynth.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/avisynth.c b/libavformat/avisynth.c
index a8d46a2..f94f7b7 100644
--- a/libavformat/avisynth.c
+++ b/libavformat/avisynth.c
@@ -303,6 +303,7 @@ static int avisynth_create_stream_audio(AVFormatContext *s, 
AVStream *st)
     st->codec->channels    = avs->vi->nchannels;
     st->time_base          = (AVRational) { 1,
                                             avs->vi->audio_samples_per_second 
};
+    st->duration           = avs->vi->num_audio_samples;
 
     switch (avs->vi->sample_type) {
     case AVS_SAMPLE_INT8:
-- 
1.9.1

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

Reply via email to