[libav-devel] [PATCH 7/7] movenc: Add a test for VFR with b-frames, with a duration change at a fragment end

2016-05-17 Thread Martin Storsjö
--- libavformat/tests/movenc.c | 35 ++- tests/ref/fate/movenc | 8 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/libavformat/tests/movenc.c b/libavformat/tests/movenc.c index c19c6f2..ef1fc86 100644 --- a/libavformat/tests/movenc.c

[libav-devel] [PATCH 7/7] movenc: Add a test for VFR with b-frames, with a duration change at a fragment end

2016-05-09 Thread Martin Storsjö
--- libavformat/movenc-test.c | 35 ++- tests/ref/fate/movenc | 8 2 files changed, 42 insertions(+), 1 deletion(-) diff --git a/libavformat/movenc-test.c b/libavformat/movenc-test.c index a604467..0546d00 100644 --- a/libavformat/movenc-test.c +++