Data Fields | |
| enum IEC958DataType | data_type |
| burst info - reference to type of payload of the data-burst | |
| int | pkt_size |
| length code in bits | |
| int | pkt_offset |
| data burst repetition period in bytes | |
| uint8_t * | buffer |
| allocated buffer, used for swap bytes | |
| int | buffer_size |
| size of allocated buffer | |
| int(* | header_info )(AVFormatContext *s, AVPacket *pkt) |
| function, which generates codec dependent header information. | |
Definition at line 68 of file spdif.c.
| uint8_t* IEC958Context::buffer |
allocated buffer, used for swap bytes
Definition at line 72 of file spdif.c.
Referenced by spdif_write_packet(), and spdif_write_trailer().
burst info - reference to type of payload of the data-burst
Definition at line 69 of file spdif.c.
Referenced by spdif_header_aac(), spdif_header_ac3(), spdif_header_dts(), spdif_header_mpeg(), and spdif_write_packet().
| int(* IEC958Context::header_info)(AVFormatContext *s, AVPacket *pkt) |
function, which generates codec dependent header information.
Sets data_type and data_offset
Referenced by spdif_write_header(), and spdif_write_packet().
data burst repetition period in bytes
Definition at line 71 of file spdif.c.
Referenced by spdif_header_aac(), spdif_header_ac3(), spdif_header_dts(), spdif_header_mpeg(), and spdif_write_packet().
1.5.8