Skip to content

FileProperties: fix InputFile analysis #287

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

Conversation

cchampet
Copy link
Member

@cchampet cchampet commented Nov 7, 2016

  • When manually analyse an InputFile, the previous StreamProperties created are used to access the codec (if decoding is needed).
  • So in that cases, the _streams vector should be cleared after the new analysis.

* When manually analyse an InputFile, the previous StreamProperties created are used to access the codec (if decoding is needed).
* So in that cases, the _streams vector should be cleared after the new analysis.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 78.183% when pulling 294aa03 on cchampet:fix_analyseInputFileOnWindows into 2d92597 on avTranscoder:develop.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.07%) to 78.183% when pulling 294aa03 on cchampet:fix_analyseInputFileOnWindows into 2d92597 on avTranscoder:develop.

@coveralls
Copy link

coveralls commented Nov 7, 2016

Coverage Status

Coverage decreased (-0.07%) to 78.183% when pulling 294aa03 on cchampet:fix_analyseInputFileOnWindows into 2d92597 on avTranscoder:develop.

@valnoel
Copy link
Member

valnoel commented Nov 7, 2016

By the way, this _streams attribute could be renamed _streamsProperties (to avoid confusing with other stream objects), don't you think?

Done: bc67a2f

@cchampet cchampet merged commit 20c3306 into avTranscoder:develop Nov 7, 2016
The local variable should not be called "os" when logging.
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.

3 participants