Searched refs:dtshd_start_code (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | spdifenc.c | 178 …static const char dtshd_start_code[10] = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xfe, 0… in spdif_header_dts4() local 214 if (sizeof(dtshd_start_code) + 2 + pkt_size in spdif_header_dts4() 232 ctx->out_bytes = sizeof(dtshd_start_code) + 2 + pkt_size; in spdif_header_dts4() 244 memcpy(ctx->hd_buf[0], dtshd_start_code, sizeof(dtshd_start_code)); in spdif_header_dts4() 245 AV_WB16(ctx->hd_buf[0] + sizeof(dtshd_start_code), pkt_size); in spdif_header_dts4() 246 memcpy(ctx->hd_buf[0] + sizeof(dtshd_start_code) + 2, pkt->data, pkt_size); in spdif_header_dts4()
|