From 5ac0189fc41a40bd761ff12afa205c9efdace8e0 Mon Sep 17 00:00:00 2001 From: jstebbins Date: Fri, 30 Jan 2015 16:50:39 +0000 Subject: muxavformat: fix avformat stream time_base warning git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6831 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/muxavformat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libhb/muxavformat.c b/libhb/muxavformat.c index 668957e47..ae0eff711 100644 --- a/libhb/muxavformat.c +++ b/libhb/muxavformat.c @@ -423,6 +423,7 @@ static int avformatInit( hb_mux_object_t * m ) else { track->st->codec->time_base = m->time_base; + track->st->time_base = m->time_base; } priv_data = NULL; -- cgit v1.2.3