Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dspdifenc.c81 int truehd_prev_size; ///< previous frame size in bytes, including any MAT codes member
455 if (ctx->truehd_prev_size) { in spdif_header_truehd()
469 padding_remaining = delta_bytes - ctx->truehd_prev_size; in spdif_header_truehd()
550 ctx->truehd_prev_size = total_frame_size; in spdif_header_truehd()