mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 23:12:44 +02:00
libeplayer3: move audio resampling to dedicated ipcm writer
Origin commit data
------------------
Branch: master
Commit: 21a7d427fd
Author: martii <m4rtii@gmx.de>
Date: 2014-04-05 (Sat, 05 Apr 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -38,8 +38,8 @@ typedef struct Track_s {
|
||||
char *language;
|
||||
|
||||
/* length of track */
|
||||
uint64_t duration;
|
||||
uint64_t pts;
|
||||
int64_t duration;
|
||||
//CHECK int64_t pts;
|
||||
|
||||
/* context from ffmpeg */
|
||||
AVFormatContext *avfc;
|
||||
@@ -53,7 +53,6 @@ typedef struct Track_s {
|
||||
|
||||
/* If player2 or the elf do not support decoding of audio codec set this.
|
||||
* AVCodec is than used for softdecoding and stream will be injected as PCM */
|
||||
int inject_as_pcm;
|
||||
int inject_raw_pcm;
|
||||
|
||||
int pending;
|
||||
|
Reference in New Issue
Block a user