[SCM] libav/experimental: avconv: remove a useless line

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:03:04 UTC 2014


The following commit has been merged in the experimental branch:
commit 01947f07b81a57fb1e15114b710f6d5ae4f70a11
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun Apr 6 07:28:51 2014 +0200

    avconv: remove a useless line
    
    Doing anything with that field when we are doing streamcopy (so the
    encoder is not opened) should have absolutely no effect.

diff --git a/avconv.c b/avconv.c
index ebc6fd8..0e12397 100644
--- a/avconv.c
+++ b/avconv.c
@@ -1135,7 +1135,6 @@ static void do_streamcopy(InputStream *ist, OutputStream *ost, const AVPacket *p
     }
 
     write_frame(of->ctx, &opkt, ost);
-    ost->st->codec->frame_number++;
 }
 
 int guess_input_channel_layout(InputStream *ist)

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list