Carl Eugen Hoyos (12020-04-06): > Is it possible to support both codecs?
Of course it it possible. And this is exactly the right thing to do (modulo the question of which raw frame API we keep). > Commit 64ceeac2 changed the only supported format for the > null muxer without any version bump. > (While this is a very important muxer for me, I agree that my > argumentation above is not completely compelling.) null is a different case: nobody will use null specifically, if they use it, they use it as a placeholder for generic code capable of handling any muxer. And since it is generic code, it will handle any codec. But anyway, you are reading this commit wrongly. It does not remove support for rawvideo in null, rawvideo is still supported in null, as any other codec. This commit only changes the default codec. Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ 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 with subject "unsubscribe".