diff options
author | johnallen <[email protected]> | 2007-01-06 20:24:49 +0000 |
---|---|---|
committer | johnallen <[email protected]> | 2007-01-06 20:24:49 +0000 |
commit | cf738fd40c392bb69a3e8c4b2f31b86b63a20e82 (patch) | |
tree | f02460829f6b8778d81795dc4d74c8f506dd08b2 /libhb/muxmp4.c | |
parent | c353aa54214353ed641b1f4fb00c96b6886b4ade (diff) |
RapidSVN commited changes to files I did not want commited. This commit revert those files back to rev 92.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@94 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/muxmp4.c')
-rw-r--r-- | libhb/muxmp4.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libhb/muxmp4.c b/libhb/muxmp4.c index ed8df364f..971c4bfbb 100644 --- a/libhb/muxmp4.c +++ b/libhb/muxmp4.c @@ -179,15 +179,10 @@ static int MP4Mux( hb_mux_object_t * m, hb_mux_data_t * mux_data, static int MP4End( hb_mux_object_t * m ) { - hb_log("MP4End: enter"); av_write_trailer( m->format ); - hb_log("av_write_trailer: complete"); - url_fclose( &m->format->pb ); - hb_log("url_fclose: complete"); av_free( m->format ); - hb_log("MP4End: exit"); return 0; } |