[FFmpeg-devel] [PATCH 1/5] avformat/imf: Headers

2021-10-20 Thread pal
From: Pierre-Anthony Lemieux Signed-off-by: Pierre-Anthony Lemieux --- Notes: The IMF demuxer accepts as input an IMF CPL. The assets referenced by the CPL can be contained in multiple deliveries, each defined by an ASSETMAP file: ffmpeg -assetmaps ,,... -i If -asset

[FFmpeg-devel] [PATCH 1/5] avformat/imf: Headers

2021-10-07 Thread pal
From: Pierre-Anthony Lemieux Signed-off-by: Pierre-Anthony Lemieux --- Notes: The IMF demuxer accepts as input an IMF CPL. The assets referenced by the CPL can be contained in multiple deliveries, each defined by an ASSETMAP file: ffmpeg -assetmaps ,,... -i If -asset

Re: [FFmpeg-devel] [PATCH 1/5] avformat/imf: Headers

2021-10-01 Thread Pierre-Anthony Lemieux
Definitions in `imf.h` are intended to be usable by other modules, whereas definitions within `imf_internal.h` are intended to be used within the IMF demuxer implementation only. The two header files can be combined if that distinction is not useful, or should be made differently. On Wed, Sep 29,

Re: [FFmpeg-devel] [PATCH 1/5] avformat/imf: Headers

2021-09-29 Thread Jean-Baptiste Kempf
Sorry, but why does this need a public header? On Wed, 29 Sep 2021, at 22:47, p...@sandflow.com wrote: > From: Pierre-Anthony Lemieux > > Signed-off-by: Pierre-Anthony Lemieux > --- > > Notes: > The IMF demuxer accepts as input an IMF CPL. The assets referenced > by the CPL can be > con

[FFmpeg-devel] [PATCH 1/5] avformat/imf: Headers

2021-09-29 Thread pal
From: Pierre-Anthony Lemieux Signed-off-by: Pierre-Anthony Lemieux --- Notes: The IMF demuxer accepts as input an IMF CPL. The assets referenced by the CPL can be contained in multiple deliveries, each defined by an ASSETMAP file: ffmpeg -assetmaps ,,... -i If -asset