1 STATIC avcodec_codec_ctx_t
*dec_ctx_p
;
5 bool eof_receive
; /* "receiving" from the dec returned eof */
8 avutil_audio_set_ref_t
**a
;
10 STATIC
struct npv_pkt_q_t
*pkt_q_p
;
12 * we copy some stream data in the case the stream does vanish or is replaced
13 * (don't know how ffmpeg does handle this)
21 /*----------------------------------------------------------------------------*/
23 STATIC snd_pcm_t
*pcm_p
;
25 pcm_pollfds_n_max
= 16 /* banzai */
27 STATIC
bool draining_p
;
28 STATIC
int draining_timer_fd_p
;
29 STATIC u8 pcm_pollfds_n_p
;
30 STATIC
struct pollfd pcm_pollfds_p
[pcm_pollfds_n_max
];
31 STATIC s8 selected_ts_type_p
;
33 /*----------------------------------------------------------------------------*/