[SCM] libav/experimental: these variables seem to be unused on the demuxer side so theres no sense in setting them

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:55:19 UTC 2013


The following commit has been merged in the experimental branch:
commit fc9eb137325f8166622b7c86c5cdb3170a2a7b14
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 22 00:20:58 2007 +0000

    these variables seem to be unused on the demuxer side so theres no sense in setting them
    
    Originally committed as revision 7636 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/asf.c b/libavformat/asf.c
index 61b2fcd..09524d8 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -754,8 +754,6 @@ static void asf_reset_header(AVFormatContext *s)
     int i;
 
     asf->packet_nb_frames = 0;
-    asf->packet_timestamp_start = -1;
-    asf->packet_timestamp_end = -1;
     asf->packet_size_left = 0;
     asf->packet_segments = 0;
     asf->packet_flags = 0;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list