-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix some old comments #251
base: up
Are you sure you want to change the base?
Conversation
@@ -904,7 +878,7 @@ static int inline vvc_get_cabac(CABACContext *c, VVCCabacState* base, const int | |||
c->low <<= lps_mask; | |||
|
|||
if (!(c->low & CABAC_MASK)) | |||
vvc_refill2(c); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I remember this will introduce some build errors for the window
could you "git cherry-pick ..ffvvc/workflow" and force-push your branch?
So we can now see the windows result
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For sure, I also tried it on Windows and everything works
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! please send to maling list for review.
thank you
From Jun Zhao <[email protected]>: > Should we relocate this to the decoder? Other codecs typically set this > parameter in the decoder. Signed-off-by: Wu Jianhua <[email protected]>
See ffvvc#178 Signed-off-by: Wu Jianhua <[email protected]>
See ffvvc#180 Signed-off-by: Wu Jianhua <[email protected]>
No description provided.