Re: [FFmpeg-devel] [PATCH] avformat/mux: remove unnecessary autobsf hack

2016-11-05 Thread James Almer
On 11/5/2016 9:49 PM, James Almer wrote: > On 11/5/2016 9:46 PM, Michael Niedermayer wrote: >> On Fri, Sep 23, 2016 at 02:04:08AM -0300, James Almer wrote: >>> autobsf has been ported to the new bsf API. >>> >>> Signed-off-by: James Almer >>> --- >>> libavformat/mux.c | 6

Re: [FFmpeg-devel] [PATCH] avformat/mux: remove unnecessary autobsf hack

2016-11-05 Thread James Almer
On 11/5/2016 9:46 PM, Michael Niedermayer wrote: > On Fri, Sep 23, 2016 at 02:04:08AM -0300, James Almer wrote: >> autobsf has been ported to the new bsf API. >> >> Signed-off-by: James Almer >> --- >> libavformat/mux.c | 6 -- >> 1 file changed, 6 deletions(-) > > has

Re: [FFmpeg-devel] [PATCH] avformat/mux: remove unnecessary autobsf hack

2016-11-05 Thread Michael Niedermayer
On Fri, Sep 23, 2016 at 02:04:08AM -0300, James Almer wrote: > autobsf has been ported to the new bsf API. > > Signed-off-by: James Almer > --- > libavformat/mux.c | 6 -- > 1 file changed, 6 deletions(-) has this patch been forgotten ? [...] -- Michael GnuPG

[FFmpeg-devel] [PATCH] avformat/mux: remove unnecessary autobsf hack

2016-09-22 Thread James Almer
autobsf has been ported to the new bsf API. Signed-off-by: James Almer --- libavformat/mux.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/libavformat/mux.c b/libavformat/mux.c index bbfc0fc..79fbbfc 100644 --- a/libavformat/mux.c +++ b/libavformat/mux.c @@ -309,12