ffmpeg-d v4.4.1 (2023-04-04T12:30:04Z)
Dub
Repo
av_ac3_parse_header
ffmpeg
libavcodec
ac3_parser
Extract the bitstream ID and the frame size from AC-3 data.
extern (
C
) @
nogc
nothrow
int
av_ac3_parse_header
(
const
(
ubyte
)*
buf
,
size_t
size
,
ubyte
*
bitstream_id
,
ushort
*
frame_size
)
Meta
Source
See Implementation
ffmpeg
libavcodec
ac3_parser
functions
av_ac3_parse_header
Extract the bitstream ID and the frame size from AC-3 data.