Re: [FFmpeg-devel] [PATCH 1/2] lavf/flacenc: support writing attached pictures

2017-11-24 Thread Michael Niedermayer
On Fri, Nov 24, 2017 at 08:53:55PM -0300, James Almer wrote: > On 11/24/2017 8:27 PM, Michael Niedermayer wrote: > > On Thu, Nov 23, 2017 at 07:08:42PM -0300, James Almer wrote: > >> From: Rodger Combs > >> > >> Signed-off-by: James Almer > >> --- > >>

Re: [FFmpeg-devel] [PATCH 1/2] lavf/flacenc: support writing attached pictures

2017-11-24 Thread James Almer
On 11/24/2017 8:27 PM, Michael Niedermayer wrote: > On Thu, Nov 23, 2017 at 07:08:42PM -0300, James Almer wrote: >> From: Rodger Combs >> >> Signed-off-by: James Almer >> --- >> Should be good to commit now. >> >> libavformat/flacenc.c | 286 >>

Re: [FFmpeg-devel] [PATCH 1/2] lavf/flacenc: support writing attached pictures

2017-11-24 Thread Michael Niedermayer
On Thu, Nov 23, 2017 at 07:08:42PM -0300, James Almer wrote: > From: Rodger Combs > > Signed-off-by: James Almer > --- > Should be good to commit now. > > libavformat/flacenc.c | 286 > +++--- > 1 file

Re: [FFmpeg-devel] [PATCH 1/2] lavf/flacenc: support writing attached pictures

2017-11-23 Thread Carl Eugen Hoyos
2017-11-23 23:08 GMT+01:00 James Almer : > Should be good to commit now. Please mention ticket #4442. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 1/2] lavf/flacenc: support writing attached pictures

2017-11-23 Thread James Almer
From: Rodger Combs Signed-off-by: James Almer --- Should be good to commit now. libavformat/flacenc.c | 286 +++--- 1 file changed, 250 insertions(+), 36 deletions(-) diff --git a/libavformat/flacenc.c