Re: [FFmpeg-devel] [PATCH 2/2] lavf/dump: hide a few deprecation warnings.

2020-08-09 Thread Andreas Rheinhardt
Nicolas George: > Nicolas George (12019-12-08): >> Signed-off-by: Nicolas George >> --- >> libavformat/dump.c | 6 ++ >> 1 file changed, 6 insertions(+) >> > Ping? Will apply next time I think about it if nobody objects. > > Regards, > Too late. See 202e06870eb4bbc4636aff5f461c1a0654ec2435.

Re: [FFmpeg-devel] [PATCH 2/2] lavf/dump: hide a few deprecation warnings.

2020-08-09 Thread Nicolas George
Nicolas George (12019-12-08): > Signed-off-by: Nicolas George > --- > libavformat/dump.c | 6 ++ > 1 file changed, 6 insertions(+) > Ping? Will apply next time I think about it if nobody objects. Regards, -- Nicolas George signature.asc Description: PGP signature _

Re: [FFmpeg-devel] [PATCH 2/2] lavf/dump: hide a few deprecation warnings.

2019-12-08 Thread James Almer
On 12/8/2019 8:47 AM, Nicolas George wrote: > Signed-off-by: Nicolas George > --- > libavformat/dump.c | 6 ++ > 1 file changed, 6 insertions(+) > > diff --git a/libavformat/dump.c b/libavformat/dump.c > index 56814ff7d2..fcf8bad63a 100644 > --- a/libavformat/dump.c > +++ b/libavformat/dump.

[FFmpeg-devel] [PATCH 2/2] lavf/dump: hide a few deprecation warnings.

2019-12-08 Thread Nicolas George
Signed-off-by: Nicolas George --- libavformat/dump.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/libavformat/dump.c b/libavformat/dump.c index 56814ff7d2..fcf8bad63a 100644 --- a/libavformat/dump.c +++ b/libavformat/dump.c @@ -479,12 +479,14 @@ static void dump_stream_format(AVForma