summaryrefslogtreecommitdiffstats
path: root/libhb/muxcommon.c
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2010-02-06 16:30:31 +0000
committerjstebbins <[email protected]>2010-02-06 16:30:31 +0000
commitb0a6491c0e2cffd2d01d2f9a2b83f3981932ff98 (patch)
tree8b1ded06d21b362e19dca4018a2ffa61f3ac5aa7 /libhb/muxcommon.c
parent13b843cdca7bd875316d3bd8327d1c1575da8674 (diff)
use DTS generated by x264 when computing duration and offset in muxmp4
also fix an issue where ffmpeg generated negative PTS for initial frames of video. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3097 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/muxcommon.c')
-rw-r--r--libhb/muxcommon.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/muxcommon.c b/libhb/muxcommon.c
index 95e1ab168..43b9710e9 100644
--- a/libhb/muxcommon.c
+++ b/libhb/muxcommon.c
@@ -181,7 +181,6 @@ static void OutputTrackChunk( hb_mux_t *mux, hb_track_t *track, hb_mux_object_t
m->mux( m, track->mux_data, mf_pull( track ) );
track->frames += 1;
track->bytes += buf->size;
- hb_buffer_close( &buf );
}
}