Re: [FFmpeg-devel] [PATCH] avformat: allow .ec3 as extension for raw E-AC-3 stream

2022-08-05 Thread Rubén Gonzalez
Ok, thanks. On Thu, Aug 4, 2022 at 12:42 PM Anton Khirnov wrote: > Looks reasonable, will push soonish if nobody objects. > > -- > Anton Khirnov > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel T

Re: [FFmpeg-devel] [PATCH] avformat: allow .ec3 as extension for raw E-AC-3 stream

2022-08-04 Thread Anton Khirnov
Looks reasonable, will push soonish if nobody objects. -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org wi

Re: [FFmpeg-devel] [PATCH] avformat: allow .ec3 as extension for raw E-AC-3 stream

2022-08-03 Thread Rubén Gonzalez
Hello community, please, Let me know if something is pending to start the review process. On Thu, Jun 23, 2022 at 2:14 PM Ruben Gonzalez wrote: > In addition to .eac3, .ec3 is also commonly used by people to name raw > E-AC-3 streams. Enables automatic recognition of the eac3 format for > the

[FFmpeg-devel] [PATCH] avformat: allow .ec3 as extension for raw E-AC-3 stream

2022-06-23 Thread Ruben Gonzalez
In addition to .eac3, .ec3 is also commonly used by people to name raw E-AC-3 streams. Enables automatic recognition of the eac3 format for the .ac3 extension. For instance Dolby Digital Plus software only support files with .ec3. Files with .eac3 are not supported. Check issue #18 in the public d