Re: [libav-devel] [PATCH 1/2] avconv: print a warning when falling back to a default framerate

2014-01-15 Thread Janne Grunau
On 2014-01-15 21:37:09 +0100, Anton Khirnov wrote: > --- > avconv.c | 17 + > 1 file changed, 13 insertions(+), 4 deletions(-) > > diff --git a/avconv.c b/avconv.c > index 17dc468..edce1e5 100644 > --- a/avconv.c > +++ b/avconv.c > @@ -1691,10 +1691,19 @@ static int transcode_in

[libav-devel] [PATCH 1/2] avconv: print a warning when falling back to a default framerate

2014-01-15 Thread Anton Khirnov
--- avconv.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/avconv.c b/avconv.c index 17dc468..edce1e5 100644 --- a/avconv.c +++ b/avconv.c @@ -1691,10 +1691,19 @@ static int transcode_init(void) (video_sync_method == VSYNC_CFR ||