Re: [FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-10 Thread Pierre-Anthony Lemieux
On Sun, Jul 3, 2022 at 2:13 PM Andreas Rheinhardt wrote: > > Pierre-Anthony Lemieux: > > On Sun, Jul 3, 2022 at 12:15 PM Andreas Rheinhardt > > wrote: > >> > >> Pierre-Anthony Lemieux: > >>> On Sun, Jul 3, 2022 at 11:28 AM Andreas Rheinhardt > >>> wrote: > > p...@sandflow.com: > >

Re: [FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-03 Thread Andreas Rheinhardt
Pierre-Anthony Lemieux: > On Sun, Jul 3, 2022 at 12:15 PM Andreas Rheinhardt > wrote: >> >> Pierre-Anthony Lemieux: >>> On Sun, Jul 3, 2022 at 11:28 AM Andreas Rheinhardt >>> wrote: p...@sandflow.com: > From: Pierre-Anthony Lemieux > > As discussed at https://trac.ffmpeg.or

Re: [FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-03 Thread Pierre-Anthony Lemieux
On Sun, Jul 3, 2022 at 12:15 PM Andreas Rheinhardt wrote: > > Pierre-Anthony Lemieux: > > On Sun, Jul 3, 2022 at 11:28 AM Andreas Rheinhardt > > wrote: > >> > >> p...@sandflow.com: > >>> From: Pierre-Anthony Lemieux > >>> > >>> As discussed at https://trac.ffmpeg.org/ticket/9818, the IMF demuxer

Re: [FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-03 Thread Andreas Rheinhardt
Pierre-Anthony Lemieux: > On Sun, Jul 3, 2022 at 11:28 AM Andreas Rheinhardt > wrote: >> >> p...@sandflow.com: >>> From: Pierre-Anthony Lemieux >>> >>> As discussed at https://trac.ffmpeg.org/ticket/9818, the IMF demuxer does >>> not >>> currently preserve stream information such as language in

Re: [FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-03 Thread Pierre-Anthony Lemieux
On Sun, Jul 3, 2022 at 11:28 AM Andreas Rheinhardt wrote: > > p...@sandflow.com: > > From: Pierre-Anthony Lemieux > > > > As discussed at https://trac.ffmpeg.org/ticket/9818, the IMF demuxer does > > not > > currently preserve stream information such as language in the case of audio > > streams.

Re: [FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-03 Thread Andreas Rheinhardt
p...@sandflow.com: > From: Pierre-Anthony Lemieux > > As discussed at https://trac.ffmpeg.org/ticket/9818, the IMF demuxer does not > currently preserve stream information such as language in the case of audio > streams. This patch is modeled on copy_stream_props() at avformat/concatdec.c. > > -

[FFmpeg-devel] [PATCH v1] avformat/imfdec: preserve stream information

2022-07-03 Thread pal
From: Pierre-Anthony Lemieux As discussed at https://trac.ffmpeg.org/ticket/9818, the IMF demuxer does not currently preserve stream information such as language in the case of audio streams. This patch is modeled on copy_stream_props() at avformat/concatdec.c. --- libavformat/imfdec.c | 5