luke fazzary <lukefazzary <at> gmail.com> writes: > Do you know if there is somewhere to get the v210x code > to adjust and create my own patch?
FFmpeg contains a v210x decoder that you can use as specification and to test. If you use the v210 encoder as a foundation for your patch, be careful: It contains assembler optimisations that you don't want to copy, look at an old version of the v210 encoder instead. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
