Searched hist:"463 f34021e4d12efab51ae3e8ab82b1f405df59c" (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/media/plugins/ffmpeg/ |
H A D | AVCodecDecoder.h | 463f34021e4d12efab51ae3e8ab82b1f405df59c Thu Aug 21 21:57:55 UTC 2014 Colin Günther <coling@gmx.de> FFMPEG Plugin: Refactor out actual audio decoding part.
- Main reason for this refactoring is to increase readability and thus make the audio decode path more comprehensible.
- Added documentation for the new method accordingly.
- Small refactoring for detecting when to update fRawDecodedAudio's properties. This is a preparation step for factoring out the flushing of the fDecodedDataBuffer in a later commit.
- No functional change intended.
|
H A D | AVCodecDecoder.cpp | 463f34021e4d12efab51ae3e8ab82b1f405df59c Thu Aug 21 21:57:55 UTC 2014 Colin Günther <coling@gmx.de> FFMPEG Plugin: Refactor out actual audio decoding part.
- Main reason for this refactoring is to increase readability and thus make the audio decode path more comprehensible.
- Added documentation for the new method accordingly.
- Small refactoring for detecting when to update fRawDecodedAudio's properties. This is a preparation step for factoring out the flushing of the fDecodedDataBuffer in a later commit.
- No functional change intended.
|