Skip to content
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

Detect stride size #563

Closed
octalflow opened this issue Mar 22, 2014 · 2 comments
Closed

Detect stride size #563

octalflow opened this issue Mar 22, 2014 · 2 comments

Comments

@octalflow
Copy link

I want to create a texture before DecodeFrame2.

How to know decoder's pitch/stride size before DecodeFrame2 ?

thanks.

@huili2
Copy link
Collaborator

huili2 commented Mar 27, 2014

actually decoder would not know the stride size of the bitstream before parsing.
the size shall be coded into SPS syntax.
Decoder just analyses the input bitstream and tries its best to de-compress the data.

@octalflow
Copy link
Author

thank you for your comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants