FFmpeg
|
#include "libavutil/channel_layout.h"
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
Go to the source code of this file.
Functions | |
static int | pcm_bluray_parse_header (AVCodecContext *avctx, const uint8_t *header) |
Parse the header of a LPCM frame read from a Blu-ray MPEG-TS stream. More... | |
static int | pcm_bluray_decode_frame (AVCodecContext *avctx, AVFrame *frame, int *got_frame_ptr, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_pcm_bluray_decoder |
PCM codec for Blu-ray PCM audio tracks
Definition in file pcm-bluray.c.
|
static |
Parse the header of a LPCM frame read from a Blu-ray MPEG-TS stream.
avctx | the codec context |
header | pointer to the first four bytes of the data packet |
Definition at line 54 of file pcm-bluray.c.
Referenced by pcm_bluray_decode_frame().
|
static |
Definition at line 125 of file pcm-bluray.c.
const FFCodec ff_pcm_bluray_decoder |
Definition at line 303 of file pcm-bluray.c.