mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
small fixes
Origin commit data
------------------
Branch: master
Commit: ee9c3fc657
Author: BPanther <bpanther_ts@hotmail.com>
Date: 2021-06-11 (Fri, 11 Jun 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -129,7 +129,7 @@ typedef enum audio_spdif_source
|
||||
{
|
||||
AUDIO_SPDIF_SOURCE_PP, /*<! normal decoder output */
|
||||
AUDIO_SPDIF_SOURCE_DEC, /*<! decoder output w/o post-proc */
|
||||
AUDIO_SPDIF_SOURCE_ES, /*<! raw elementary stream data */
|
||||
AUDIO_SPDIF_SOURCE_ES /*<! raw elementary stream data */
|
||||
} audio_spdif_source_t;
|
||||
|
||||
typedef struct
|
||||
@@ -154,7 +154,7 @@ typedef enum
|
||||
{
|
||||
AUDIO_DISCONTINUITY_SKIP = DVB_DISCONTINUITY_SKIP,
|
||||
AUDIO_DISCONTINUITY_CONTINUOUS_REVERSE = DVB_DISCONTINUITY_CONTINUOUS_REVERSE,
|
||||
AUDIO_DISCONTINUITY_SURPLUS_DATA = DVB_DISCONTINUITY_SURPLUS_DATA,
|
||||
AUDIO_DISCONTINUITY_SURPLUS_DATA = DVB_DISCONTINUITY_SURPLUS_DATA
|
||||
} audio_discontinuity_t;
|
||||
|
||||
/*
|
||||
@@ -164,7 +164,7 @@ typedef enum
|
||||
{
|
||||
VIDEO_DISCONTINUITY_SKIP = DVB_DISCONTINUITY_SKIP,
|
||||
VIDEO_DISCONTINUITY_CONTINUOUS_REVERSE = DVB_DISCONTINUITY_CONTINUOUS_REVERSE,
|
||||
VIDEO_DISCONTINUITY_SURPLUS_DATA = DVB_DISCONTINUITY_SURPLUS_DATA,
|
||||
VIDEO_DISCONTINUITY_SURPLUS_DATA = DVB_DISCONTINUITY_SURPLUS_DATA
|
||||
} video_discontinuity_t;
|
||||
|
||||
#define DVB_TIME_NOT_BOUNDED 0xfedcba9876543210ULL
|
||||
|
Reference in New Issue
Block a user