Home
last modified time | relevance | path

Searched refs:hd_buf_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dspdifenc.c76 int hd_buf_idx; ///< active hd buffer index (truehd) member
424 uint8_t *hd_buf = ctx->hd_buf[ctx->hd_buf_idx]; in spdif_header_truehd()
507 ctx->hd_buf_idx ^= 1; in spdif_header_truehd()
508 hd_buf = ctx->hd_buf[ctx->hd_buf_idx]; in spdif_header_truehd()