#include <inttypes.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
#define HNM4_TAG MKTAG('H', 'N', 'M', '4') |
#define HNM4_SAMPLE_RATE 22050 |
Definition at line 31 of file hnm.c.
#define HNM4_FRAME_FPS 24 |
#define HNM4_CHUNK_ID_PL 19536 |
#define HNM4_CHUNK_ID_IZ 23113 |
#define HNM4_CHUNK_ID_IU 21833 |
#define HNM4_CHUNK_ID_SD 17491 |
Definition at line 55 of file hnm.c.
Definition at line 68 of file hnm.c.
Initial value:= {
.name = "hnm",
}
static int hnm_probe(AVProbeData *p)
static int hnm_read_packet(AVFormatContext *s, AVPacket *pkt)
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int hnm_read_header(AVFormatContext *s)
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int hnm_read_close(AVFormatContext *s)
Definition at line 198 of file hnm.c.