Home
last modified time | relevance | path

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

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.hb82ef8bc15614a52394f5f5626b719530e01cfa5 Wed Aug 20 22:32:21 UTC 2014 Colin Günther <coling@gmx.de> FFMPEG Plugin: Refactor scope of fTempPacket in audio path.

- There are two main reasons for this refactoring:
1. Prepare using FFMPEGs functionality of audio frame start time assignment
(instead of rolling it ourself) like already done for the video path
(see _LoadNextVideoChunkIfNeededAndAssignStartTime() for reference).
2. Get rid of fChunkBufferOffset (this is a minor reason though).

- Untangle some of the conditional checks to increase readability.

- No functional change intended.
H A DAVCodecDecoder.cppb82ef8bc15614a52394f5f5626b719530e01cfa5 Wed Aug 20 22:32:21 UTC 2014 Colin Günther <coling@gmx.de> FFMPEG Plugin: Refactor scope of fTempPacket in audio path.

- There are two main reasons for this refactoring:
1. Prepare using FFMPEGs functionality of audio frame start time assignment
(instead of rolling it ourself) like already done for the video path
(see _LoadNextVideoChunkIfNeededAndAssignStartTime() for reference).
2. Get rid of fChunkBufferOffset (this is a minor reason though).

- Untangle some of the conditional checks to increase readability.

- No functional change intended.