-
Notifications
You must be signed in to change notification settings - Fork 426
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Set up a Rust native version of Hardsubx context and rewrite hardsubx.c #1458
base: master
Are you sure you want to change the base?
Conversation
shashwat1002
commented
Oct 31, 2022
- constructor function (new) made that takes options as argument [this will replace init_hardsubx]
- default function for hardsubx context
- default function for cc_subtitle
- constructor function (new) made that takes options as argument [this will replace init_hardsubx] - default function for hardsubx context - default function for cc_subtitle
@PunitLodha please check if the new struct looks okay |
…xt and define AVPacket
328e45a
to
d32533e
Compare
de8b351
to
ceeff56
Compare
@prateekmedia Since you made the change to |
@PunitLodha you can check what the CI says for build_ocr_hardsubx linux, if it runs fine then no change else I think there might be some imports that need to be done. Like ffmpeg_sys_next::* would not be equivalent to rsmpeg::*, some dependencies are needed to be include manually. Check my implementation on mod.rs and utility.rs |
@prateekmedia @IshanGrover2004 @PunitLodha thoughts on this PR? |
Code looks fine, but it needs testing before it can be merged. @prateekmedia @cfsmp3 |