Doing anything with that field when we are doing streamcopy (so the
encoder is not opened) should have absolutely no effect.
---
 avconv.c |    1 -
 1 file changed, 1 deletion(-)

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)
-- 
1.7.10.4

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to