[FFmpeg-devel] [PATCH v12 5/9] libavcodec/dnxucdec: DNxUncompressed decoder
martin schitter
ms+git at mur.at
Tue Oct 22 23:29:58 EEST 2024
On 22.10.24 20:35, Marton Balint wrote:
>> On Tue, 22 Oct 2024, Anton Khirnov wrote:
>> I said this twice before already - every single format that uses
>> pass_through() should instead be exported by the demuxer as
>> AV_CODEC_ID_RAWVIDEO, because that's what it is.
>
> I don't really want the MXF demuxer/muxer to do DNXUC parsing or
> creation. Also I might want to wrap DNXUC essence to another container,
> or remux it to MXF again. So I am not convinced that the current
> approach is bad.
>
> Regards,
> Marton
Thanks for this statement resp. assessment of the suggested solution!
I see it very much the same way as you do, but it's also very useful to
listen to arguments reflecting divergent points of view.
At the end it shouldn't be such a drama. The actual code isn't very
complex and should be easily modifiable anytime if someone finds a
better solution for this task.
Martin
More information about the ffmpeg-devel
mailing list