#include <stdint.h>
#include "parser.h"
Go to the source code of this file.
AAC LATM parser
Definition in file latm_parser.c.
◆ LATM_HEADER
#define LATM_HEADER 0x56e000 |
◆ LATM_MASK
#define LATM_MASK 0xFFE000 |
◆ LATM_SIZE_MASK
#define LATM_SIZE_MASK 0x001FFF |
◆ latm_find_frame_end()
Find the end of the current frame in the bitstream.
- Returns
- the position of the first byte of the next frame, or -1
Definition at line 42 of file latm_parser.c.
Referenced by latm_parse().
◆ latm_parse()
◆ ff_aac_latm_parser
static int latm_parse(AVCodecParserContext *s1, AVCodecContext *avctx, const uint8_t **poutbuf, int *poutbuf_size, const uint8_t *buf, int buf_size)