Home
last modified time | relevance | path

Searched hist:"1 b8bbb509aacb9b7a200bfdcf82e4ea0bb66a7d2" (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.h1b8bbb509aacb9b7a200bfdcf82e4ea0bb66a7d2 Fri Aug 22 18:36:53 UTC 2014 Colin Günther <coling@gmx.de> FFMPEG Plugin: Refactor out checking of invalid conditions in audio path.

- Main reason for this refactoring is to increase readability and thus make
audio decode path more comprehensible.

- Added documentation for the new method accordingly.

- Small change in calculating the decoded data size to clear when error occurs
during decoding. This way it is more readable and more consistent with
calculations of decoded data size on other locations.

- No functional change intended.
H A DAVCodecDecoder.cpp1b8bbb509aacb9b7a200bfdcf82e4ea0bb66a7d2 Fri Aug 22 18:36:53 UTC 2014 Colin Günther <coling@gmx.de> FFMPEG Plugin: Refactor out checking of invalid conditions in audio path.

- Main reason for this refactoring is to increase readability and thus make
audio decode path more comprehensible.

- Added documentation for the new method accordingly.

- Small change in calculating the decoded data size to clear when error occurs
during decoding. This way it is more readable and more consistent with
calculations of decoded data size on other locations.

- No functional change intended.