On 30/01/15 1:20 PM, wm4 wrote:
> On Fri, 30 Jan 2015 15:47:07 +0100
> Christophe Gisquet wrote:
>
>> Hi,
>>
>> 2015-01-30 14:59 GMT+01:00 Michael Niedermayer :
>>> On Fri, Jan 30, 2015 at 01:09:03PM +, Christophe Gisquet wrote:
The solution requires accessing an lavu internal, which may
On Fri, 30 Jan 2015 15:47:07 +0100
Christophe Gisquet wrote:
> Hi,
>
> 2015-01-30 14:59 GMT+01:00 Michael Niedermayer :
> > On Fri, Jan 30, 2015 at 01:09:03PM +, Christophe Gisquet wrote:
> >> The solution requires accessing an lavu internal, which may not be
> >> a good example for ffmpeg a
On Fri, Jan 30, 2015 at 03:47:07PM +0100, Christophe Gisquet wrote:
> Hi,
>
> 2015-01-30 14:59 GMT+01:00 Michael Niedermayer :
> > On Fri, Jan 30, 2015 at 01:09:03PM +, Christophe Gisquet wrote:
> >> The solution requires accessing an lavu internal, which may not be
> >> a good example for ffm
Hi,
2015-01-30 14:59 GMT+01:00 Michael Niedermayer :
> On Fri, Jan 30, 2015 at 01:09:03PM +, Christophe Gisquet wrote:
>> The solution requires accessing an lavu internal, which may not be
>> a good example for ffmpeg as a library user.
[...]
> ffmpeg.c as a user application should not use avp
On Fri, Jan 30, 2015 at 01:09:03PM +, Christophe Gisquet wrote:
> The solution requires accessing an lavu internal, which may not be
> a good example for ffmpeg as a library user.
> ---
> ffmpeg.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/ffmpeg.c b/ffmpeg.c
>
The solution requires accessing an lavu internal, which may not be
a good example for ffmpeg as a library user.
---
ffmpeg.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ffmpeg.c b/ffmpeg.c
index 9b7d585..271a638 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -60,6 +60,7 @@
#inc