---
 libavformat/hnm.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/hnm.c b/libavformat/hnm.c
index 15d0a19..8f876e5 100644
--- a/libavformat/hnm.c
+++ b/libavformat/hnm.c
@@ -108,6 +108,7 @@ static int hnm_read_header(AVFormatContext *s)
     vst->start_time = 0;
 
     avpriv_set_pts_info(vst, 33, 1, HNM4_FRAME_FPS);
+    vst->avg_frame_rate = av_inv_q(vst->time_base);
 
     return 0;
 }
-- 
1.7.10.4

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

Reply via email to