Re: [FFmpeg-devel] [PATCH] lavc/libvpxenc: show crf CQ value in error message

2014-09-01 Thread Stefano Sabatini
On date Monday 2014-09-01 09:30:08 -0700, Timothy Gu encoded: > On Mon, Sep 1, 2014 at 5:05 AM, Stefano Sabatini wrote: > > --- > > libavcodec/libvpxenc.c | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > OK. Thanks, applied. -- FFmpeg = Forgiving and Frightening Most Pitiless

Re: [FFmpeg-devel] [PATCH] lavc/libvpxenc: show crf CQ value in error message

2014-09-01 Thread Timothy Gu
On Mon, Sep 1, 2014 at 5:05 AM, Stefano Sabatini wrote: > --- > libavcodec/libvpxenc.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) OK. [...] Timothy ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listi

[FFmpeg-devel] [PATCH] lavc/libvpxenc: show crf CQ value in error message

2014-09-01 Thread Stefano Sabatini
--- libavcodec/libvpxenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index 227c492..163d12a 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc.c @@ -341,8 +341,8 @@ static av_cold int vpx_init(AVCodecContext