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:
BPanther
2021-06-11 01:24:35 +02:00
committed by vanhofen
parent 82a50ba6c8
commit e8f727f247
10 changed files with 9 additions and 21 deletions

View File

@@ -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