Skip to content

Transcoder: call init method to process #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

Merged
merged 6 commits into from
Dec 3, 2014

Conversation

cchampet
Copy link

@cchampet cchampet commented Dec 3, 2014

  • Add private methods to simplify Transcoder::process method.
  • Transcoder: set FFmpeg log level to QUIET by default.

Clement Champetier added 6 commits December 3, 2014 15:54
* No need to expect the user to call init() before process().
* Note: the init() method can be called several times with no side
effects.
* Update pyTest.
* Clean indentation.
* Avoid while( 1 ).
* Suppress warning of getTotalDurationFromProcessMethod: add default case in switch.
Can call setProcessMethod before adding the streams.
* Remove comment.
* No need to call init().
* Set it to AV_LOG_QUIET in Transcoder constructor.
* Set it to AV_LOG_DEBUG if setVerbose of Transcoder to true.
valnoel added a commit that referenced this pull request Dec 3, 2014
@valnoel valnoel merged commit 1227622 into mikrosimage:develop Dec 3, 2014
@cchampet cchampet deleted the move_init_to_process branch January 30, 2015 16:35
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.

2 participants