Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
--HG--
branch : point-release
|
|
|
|
--HG--
branch : point-release
|
|
|
|
--HG--
branch : point-release
extra : transplant_source : %3F%D8u%A8%97%F1R%3FtU%27%CB%EA%F5%26%18%EC-%C6%9E
|
|
--HG--
branch : point-release
|
|
--HG--
branch : point-release
|
|
--HG--
branch : point-release
|
|
|
|
---
src/audio_out/audio_file_out.c | 13 ++++++++++++-
1 files changed, 12 insertions(+), 1 deletions(-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INT32
[Note: name assumed. - DS]
--HG--
extra : rebase_source : 70c19c8d941ab5c8ad25b1a62c023849af8f9ab1
|
|
|
|
|
|
multiple audio packets in single PES packet and audio packets splitted to multiple PES packets.
|
|
|
|
try next. Fixes detecting parameters when there are multiple audio packets in single PES packet.
|
|
- Fixes detecting audio parameters when audio packet is splitted to multiple buffers
- Simplifies the code (decode function is called only once for each audio frame)
|
|
|
|
|
|
|
|
(dont abort just because its present)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(eg for streams that send PES payloads not aligned to frame boundaries).
|
|
Dont get fooled by subtitle buffers with pts seconds away from video for example.
|
|
|
|
|