Searched refs:IEC61937Context (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | spdifenc.c | 58 typedef struct IEC61937Context { struct 93 } IEC61937Context; argument 96 { "spdif_flags", "IEC 61937 encapsulation flags", offsetof(IEC61937Context, spdif_flags), AV_OPT_TY… 98 … at the specified IEC958 rate (in Hz, default 0=disabled)", offsetof(IEC61937Context, dtshd_rate),… 99 …p HD for after an overflow (-1: till the end, default 60)", offsetof(IEC61937Context, dtshd_fallba… 112 IEC61937Context *ctx = s->priv_data; in spdif_header_ac3() 122 IEC61937Context *ctx = s->priv_data; in spdif_header_eac3() 177 IEC61937Context *ctx = s->priv_data; in spdif_header_dts4() 253 IEC61937Context *ctx = s->priv_data; in spdif_header_dts() 336 IEC61937Context *ctx = s->priv_data; in spdif_header_mpeg() [all …]
|