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

Successful build of binary for taking a interval value. #13

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Successful build of binary for taking a interval value. #13

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 9, 2015

Still needs testing on running and memory leaks.

@a-tze
Copy link

a-tze commented Sep 30, 2015

What is the loop with the alloc_frame supposed to do? I think this is wrong, it just allocates a data structure, it does not decode (and therefore skip) frames from the source.

*/
pFrame = avcodec_alloc_frame ();
// RGB:
pFrameRGB = avcodec_alloc_frame (); // current frame
for (int j=0;j<this->interval; j++){
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not used.. delete this.

@ghost
Copy link
Author

ghost commented Oct 1, 2015

@a-tze : Thanks.. you're right it is some obsolete code. Will delete and update. Even without that I'm not sure dividing the frame into 9 sections is better. Test cases(custom put together videos) will be hard to construct.

@prabhu
Copy link

prabhu commented Aug 5, 2016

I reviewed this PR. I don't think this is complete.

  • Where is the default value of 1 set?
  • Add the option to commandline.cc as well in addition to main.cc

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

Successfully merging this pull request may close these issues.

None yet

2 participants