Re: [libav-devel] [PATCH] libvpxenc: Support forcing keyframes

2012-12-07 Thread Luca Barbato
On 12/7/12 2:50 PM, Martin Storsjö wrote: --- libavcodec/libvpxenc.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) Looks fine. ___ libav-devel mailing list libav-devel@libav.org https://lists.libav.org/mailman/listinfo/libav-devel

[libav-devel] [PATCH] libvpxenc: Support forcing keyframes

2012-12-07 Thread Martin Storsjö
--- libavcodec/libvpxenc.c |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 9774d5a..17b9800 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc.c @@ -495,6 +495,7 @@ static int vp8_encode(AVCodecContext *av