Re: [FFmpeg-devel] [PATCH 1/3] ffmpeg: allow setting attached_pic disposition

2018-04-03 Thread Michael Niedermayer
On Mon, Apr 02, 2018 at 11:36:56AM +0300, Timo Teräs wrote: > This is used to signal that image should be stored in metadata > as cover image. > > Signed-off-by: Timo Teräs > --- > fftools/ffmpeg.c | 1 + > 1 file changed, 1 insertion(+) will apply thx [...] -- Michael GnuPG fingerprint:

[FFmpeg-devel] [PATCH 1/3] ffmpeg: allow setting attached_pic disposition

2018-04-02 Thread Timo Teräs
This is used to signal that image should be stored in metadata as cover image. Signed-off-by: Timo Teräs --- fftools/ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index 2f8a5ace56..4dbe72186d 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c