Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-14 Thread Gyan Doshi
On 2021-07-14 00:35, James Almer wrote: On 7/13/2021 6:12 AM, Gyan Doshi wrote: On 2021-07-13 13:14, Anton Khirnov wrote: Quoting Gyan Doshi (2021-07-02 12:03:05) Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. ---   doc/ffmpeg.texi 

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-14 Thread James Almer
On 7/13/2021 6:12 AM, Gyan Doshi wrote: On 2021-07-13 13:14, Anton Khirnov wrote: Quoting Gyan Doshi (2021-07-02 12:03:05) Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. ---   doc/ffmpeg.texi  | 5 +   fftools/ffmpeg_opt.c | 7 ++

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-14 Thread Anton Khirnov
Quoting Gyan Doshi (2021-07-13 11:12:19) > > > On 2021-07-13 13:14, Anton Khirnov wrote: > > Quoting Gyan Doshi (2021-07-02 12:03:05) > >> Allows forcing decoders of different media type. > >> Needed to decode media data muxed as data streams. > >> --- > >> doc/ffmpeg.texi | 5 + > >>

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-13 Thread Gyan Doshi
On 2021-07-13 13:14, Anton Khirnov wrote: Quoting Gyan Doshi (2021-07-02 12:03:05) Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. --- doc/ffmpeg.texi | 5 + fftools/ffmpeg_opt.c | 7 ++- 2 files changed, 11 insertions(+), 1

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-13 Thread Anton Khirnov
Quoting Gyan Doshi (2021-07-02 12:03:05) > Allows forcing decoders of different media type. > Needed to decode media data muxed as data streams. > --- > doc/ffmpeg.texi | 5 + > fftools/ffmpeg_opt.c | 7 ++- > 2 files changed, 11 insertions(+), 1 deletion(-) > > diff --git a/doc/ffmp

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-10 Thread Gyan Doshi
Pushed as 79ebdbb9b9da0a86b277e3f85981196c781af398 On 2021-07-08 09:27, Gyan Doshi wrote: Plan to push in a couple of days. On 2021-07-02 15:33, Gyan Doshi wrote: Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. ---   doc/ffmpeg.texi  | 5

Re: [FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-07 Thread Gyan Doshi
Plan to push in a couple of days. On 2021-07-02 15:33, Gyan Doshi wrote: Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. --- doc/ffmpeg.texi | 5 + fftools/ffmpeg_opt.c | 7 ++- 2 files changed, 11 insertions(+), 1 deletion(-)

[FFmpeg-devel] [PATCH] ffmpeg: add option recast_media

2021-07-02 Thread Gyan Doshi
Allows forcing decoders of different media type. Needed to decode media data muxed as data streams. --- doc/ffmpeg.texi | 5 + fftools/ffmpeg_opt.c | 7 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 7827291755..c1065086e5 10