-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[docs] descriptive comments of the decoder C++ api #3754
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
Conversation
FYI clang-format is failing |
Clang is now passing; @prabhat00155 could you give it a pass for a merge once the rebase checks are done? |
// fill it with minimal information about the format (codecs are not opened | ||
// here). Function reads in intformation about the streams from the container | ||
// into inputCtx and then passes it to decoder::openStreams. Finally, if seek is | ||
// specified, it seeks into the correct frame (note, the seek defined here is |
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.
How do we specify seek
here?
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.
There is a flag for fast seek implementation within decoder metadata. You can see the implementation (and we should try fbsync it once we're back from vacation here) #3179
Hey @datumbox! You merged this PR, but no labels were added. |
Summary: * document video_sampler. * minor docs for decoder.cpp * descriptive comments for the stream.c * descriptive comments for decoder.cpp * per-stream descriptive comments * Fixing CLANG hopefully * addressing prabhat's comments * typo I think Reviewed By: NicolasHug Differential Revision: D30417191 fbshipit-source-id: bde05093540de56b65b20900aa252b597768f00d Co-authored-by: Francisco Massa <[email protected]> Co-authored-by: Vasilis Vryniotis <[email protected]>
Adding a more descriptive commenting of parts of the decoder API in an effort to move the documentation forward. No actually code has been changed.