Go to the documentation of this file.
42 #define VALIDATE_INDEX_TS_THRESH 2500
44 #define RESYNC_BUFFER_SIZE (1<<20)
126 const uint8_t *d =
p->buf;
132 d[3] < 5 && d[5] == 0 &&
135 int is_live = !memcmp(d +
offset + 40,
"NGINX RTMP", 10);
155 const uint8_t *d =
p->buf;
181 if (
ffstream(stream)->nb_index_entries == 0) {
211 if (
s->nb_streams>=3 ||(
s->nb_streams==2
238 switch (codec_fourcc) {
239 case MKBETAG(
'm',
'p',
'4',
'a'):
241 case MKBETAG(
'O',
'p',
'u',
's'):
243 case MKBETAG(
'.',
'm',
'p',
'3'):
245 case MKBETAG(
'f',
'L',
'a',
'C'):
247 case MKBETAG(
'a',
'c',
'-',
'3'):
249 case MKBETAG(
'e',
'c',
'-',
'3'):
265 switch (flv_codecid) {
268 codec_id = bits_per_coded_sample == 8
277 codec_id = bits_per_coded_sample == 8
311 switch (flv_codecid) {
361 case MKBETAG(
'm',
'p',
'4',
'a'):
364 case MKBETAG(
'O',
'p',
'u',
's'):
368 case MKBETAG(
'.',
'm',
'p',
'3'):
371 case MKBETAG(
'f',
'L',
'a',
'C'):
374 case MKBETAG(
'a',
'c',
'-',
'3'):
377 case MKBETAG(
'e',
'c',
'-',
'3'):
398 switch (flv_codecid) {
400 case MKBETAG(
'h',
'v',
'c',
'1'):
402 case MKBETAG(
'a',
'v',
'0',
'1'):
404 case MKBETAG(
'v',
'p',
'0',
'9'):
417 case MKBETAG(
'a',
'v',
'c',
'1'):
425 uint32_t flv_codecid,
int read)
432 switch (flv_codecid) {
434 case MKBETAG(
'h',
'v',
'c',
'1'):
438 case MKBETAG(
'a',
'v',
'0',
'1'):
442 case MKBETAG(
'v',
'p',
'0',
'9'):
475 case MKBETAG(
'a',
'v',
'c',
'1'):
499 if (length >= buffsize) {
518 unsigned int timeslen = 0, fileposlen = 0,
i;
538 unsigned int arraylen;
550 current_array = ×
555 current_array = &filepositions;
556 fileposlen = arraylen;
563 if (!(*current_array =
av_mallocz(
sizeof(**current_array) * arraylen))) {
573 if (
isnan(d) || d < INT64_MIN || d > INT64_MAX)
577 current_array[0][
i] = d;
579 if (times && filepositions) {
587 if (timeslen == fileposlen && fileposlen>1 &&
max_pos <= filepositions[0]) {
588 for (
i = 0;
i <
FFMIN(2,fileposlen);
i++) {
597 filepositions =
NULL;
679 av_log(
s,
AV_LOG_ERROR,
"Missing AMF_END_OF_OBJECT in AMF_DATA_TYPE_MIXEDARRAY, found %d\n", v);
686 unsigned int arraylen,
i;
713 if (!strcmp(
key,
"duration"))
715 else if (!strcmp(
key,
"videodatarate") &&
716 0 <= (
int)(num_val * 1024.0))
718 else if (!strcmp(
key,
"audiodatarate") &&
719 0 <= (
int)(num_val * 1024.0))
721 else if (!strcmp(
key,
"framerate")) {
726 if (!strcmp(
key,
"videocodecid") && vpar) {
730 }
else if (!strcmp(
key,
"audiocodecid") && apar) {
735 }
else if (!strcmp(
key,
"audiosamplerate") && apar) {
737 }
else if (!strcmp(
key,
"audiosamplesize") && apar) {
739 }
else if (!strcmp(
key,
"stereo") && apar) {
741 }
else if (!strcmp(
key,
"width") && vpar) {
742 vpar->
width = num_val;
743 }
else if (!strcmp(
key,
"height") && vpar) {
745 }
else if (!strcmp(
key,
"datastream")) {
754 if (!strcmp(
key,
"encoder")) {
756 if (1 == sscanf(str_val,
"Open Broadcaster Software v0.%d", &
version)) {
760 }
else if (!strcmp(
key,
"metadatacreator")) {
761 if ( !strcmp (str_val,
"MEGA")
762 || !strncmp(str_val,
"FlixEngine", 10))
770 if (!strcmp(
key,
"colorPrimaries")) {
772 }
else if (!strcmp(
key,
"transferCharacteristics")) {
773 meta_video_color->
trc = num_val;
774 }
else if (!strcmp(
key,
"matrixCoefficients")) {
776 }
else if (!strcmp(
key,
"maxFall")) {
777 meta_video_color->
max_fall = num_val;
778 }
else if (!strcmp(
key,
"maxCLL")) {
779 meta_video_color->
max_cll = num_val;
780 }
else if (!strcmp(
key,
"redX")) {
782 }
else if (!strcmp(
key,
"redY")) {
784 }
else if (!strcmp(
key,
"greenX")) {
786 }
else if (!strcmp(
key,
"greenY")) {
788 }
else if (!strcmp(
key,
"blueX")) {
790 }
else if (!strcmp(
key,
"blueY")) {
792 }
else if (!strcmp(
key,
"whitePointX")) {
794 }
else if (!strcmp(
key,
"whitePointY")) {
796 }
else if (!strcmp(
key,
"maxLuminance")) {
798 }
else if (!strcmp(
key,
"minLuminance")) {
804 ((!apar && !strcmp(
key,
"audiocodecid")) ||
805 (!vpar && !strcmp(
key,
"videocodecid"))))
808 if ((!strcmp(
key,
"duration") ||
809 !strcmp(
key,
"filesize") ||
810 !strcmp(
key,
"width") ||
811 !strcmp(
key,
"height") ||
812 !strcmp(
key,
"videodatarate") ||
813 !strcmp(
key,
"framerate") ||
814 !strcmp(
key,
"videocodecid") ||
815 !strcmp(
key,
"audiodatarate") ||
816 !strcmp(
key,
"audiosamplerate") ||
817 !strcmp(
key,
"audiosamplesize") ||
818 !strcmp(
key,
"stereo") ||
819 !strcmp(
key,
"audiocodecid") ||
825 av_strlcpy(str_val, num_val > 0 ?
"true" :
"false",
829 snprintf(str_val,
sizeof(str_val),
"%.f", num_val);
847 #define TYPE_ONTEXTDATA 1
848 #define TYPE_ONCAPTION 2
849 #define TYPE_ONCAPTIONINFO 3
850 #define TYPE_UNKNOWN 9
856 AVStream *stream, *astream, *vstream;
873 if (!strcmp(
buffer,
"onTextData"))
876 if (!strcmp(
buffer,
"onCaption"))
879 if (!strcmp(
buffer,
"onCaptionInfo"))
882 if (strcmp(
buffer,
"onMetaData") && strcmp(
buffer,
"onCuePoint") && strcmp(
buffer,
"|RtmpSampleAccess")) {
889 for (
i = 0;
i <
s->nb_streams;
i++) {
890 stream =
s->streams[
i];
915 int pre_tag_size = 0;
918 if(!strcmp(
s->iformat->name,
"kux"))
938 av_log(
s,
AV_LOG_WARNING,
"Read FLV header error, input file is not a standard flv format, first PreviousTagSize0 always is 0\n");
976 int size,
int multitrack)
990 int new_count = stream + 1;
1027 "Found invalid index entries, clearing the index.\n");
1028 for (
unsigned i = 0;
i <
s->nb_streams;
i++) {
1041 int nb = -1,
ret, parse_name = 1;
1129 for (
i = 0;
i <
s->nb_streams;
i++) {
1135 if (
i ==
s->nb_streams) {
1167 if (
i >= 8 &&
pos) {
1172 d[3] < 5 && d[5] == 0) {
1186 if (size1 == lsize1 - 11 && size2 == lsize2 - 11) {
1217 if (strcmp(
buffer,
"colorInfo") != 0) {
1240 int has_mastering_primaries, has_mastering_luminance;
1242 has_mastering_primaries =
1243 mastering_meta->
r_x > 0 && mastering_meta->
r_y > 0 &&
1244 mastering_meta->
g_x > 0 && mastering_meta->
g_y > 0 &&
1245 mastering_meta->
b_x > 0 && mastering_meta->
b_y > 0 &&
1272 if (has_mastering_primaries || has_mastering_luminance) {
1290 if (has_mastering_luminance) {
1296 if (has_mastering_primaries) {
1316 int ex_size = (uint8_t)
avio_r8(
s->pb) + 1;
1319 if (ex_size == 256) {
1324 if (ex_size >= *
size) {
1343 *pkt_type = ex_type & 0x0f;
1347 uint32_t nano_offset;
1353 nano_offset = (ex_data[0] << 16) | (ex_data[1] << 8) | ex_data[2];
1357 *dts += nano_offset / 1000000;
1373 int stream_type = -1;
1381 int enhanced_flv = 0;
1384 uint8_t track_idx = 0;
1396 dts |= (unsigned)
avio_r8(
s->pb) << 24;
1397 av_log(
s,
AV_LOG_TRACE,
"type:%d, size:%d, last:%d, dts:%"PRId64
" pos:%"PRId64
"\n",
type,
size, last, dts,
avio_tell(
s->pb));
1405 if (
pos == validate_pos) {
1413 }
else if (
pos > validate_pos) {
1443 multitrack_type = types & 0xF0;
1444 pkt_type = types & 0xF;
1466 enhanced_flv = (
flags >> 7) & 1;
1467 pkt_type = enhanced_flv ?
codec_id : 0;
1482 multitrack_type = types & 0xF0;
1483 pkt_type = types & 0xF;
1510 if (
size > 13 + 1 + 4) {
1514 if (
type == 0 && dts == 0 ||
type < 0) {
1515 if (type < 0 && flv->validate_count &&
1534 "Skipping flv packet: type %d, size %d, flags %d.\n",
1537 if (
avio_seek(
s->pb, next, SEEK_SET) != next) {
1555 int track_size =
size;
1563 for (
i = 0;
i <
s->nb_streams;
i++) {
1568 st->
id == track_idx)
1573 st->
id == track_idx)
1583 if (
i ==
s->nb_streams) {
1621 if (final_size > 0 && final_size <
fsize) {
1627 ts |= (unsigned)
avio_r8(
s->pb) << 24;
1630 else if (
fsize >= 8 &&
fsize - 8 >= final_size) {
1631 fsize -= final_size+4;
1632 goto retry_duration;
1642 int bits_per_coded_sample;
1691 int channel_order =
avio_r8(
s->pb);
1710 else if (
id >= 18 &&
id <= 23)
1712 else if (
id == 0xFE)
1764 if (
size < 0 || track_size < 0) {
1778 if (
size < 3 || track_size < 3) {
1788 "Negative cts, previous timestamps might be wrong.\n");
1790 }
else if (
FFABS(dts -
pts) > 1000*60*15) {
1792 "invalid timestamps %"PRId64
" %"PRId64
"\n", dts,
pts);
1805 if ((
ret =
flv_queue_extradata(flv,
s->pb, multitrack ? track_idx : stream_type, track_size, multitrack)) < 0)
1824 if (
size <= 0 || track_size < 0) {
1853 }
else if (multitrack &&
1888 if (track_size > 0) {
1927 if (last != orig_size + 11 && last != orig_size + 10 &&
1955 #define OFFSET(x) offsetof(FLVContext, x)
1956 #define VD AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_DECODING_PARAM
1958 {
"flv_metadata",
"Allocate streams according to the onMetaData array",
OFFSET(trust_metadata),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
VD },
1959 {
"flv_full_metadata",
"Dump full metadata of the onMetadata",
OFFSET(dump_full_metadata),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
VD },
1960 {
"flv_ignore_prevtag",
"Ignore the Size of previous tag",
OFFSET(trust_datasize),
AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1,
VD },
1974 .p.extensions =
"flv",
1985 .
p.
name =
"live_flv",
1987 .p.extensions =
"flv",
2001 .p.extensions =
"kux",
void av_packet_unref(AVPacket *pkt)
Wipe the packet.
@ AMF_DATA_TYPE_OBJECT_END
#define AMF_END_OF_OBJECT
#define AV_LOG_WARNING
Something somehow does not look correct.
uint8_t * extradata
Extra binary data needed for initializing the decoder, codec-dependent.
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
enum AVMediaType codec_type
General type of the encoded data.
AVColorTransferCharacteristic
Color Transfer Characteristic.
This struct describes the properties of an encoded stream.
enum AVColorSpace color_space
AVStream * avformat_new_stream(AVFormatContext *s, const struct AVCodec *c)
Add a new stream to a media file.
@ AV_PKT_DATA_NEW_EXTRADATA
The AV_PKT_DATA_NEW_EXTRADATA is used to notify the codec or the format that the extradata buffer was...
#define AVERROR_EOF
End of file.
enum AVDiscard discard
Selects which packets can be discarded at will and do not need to be demuxed.
@ AV_PKT_DATA_MASTERING_DISPLAY_METADATA
Mastering display metadata (based on SMPTE-2086:2014).
static av_always_inline double av_int2double(uint64_t i)
Reinterpret a 64-bit integer as a double.
union AVChannelLayout::@498 u
Details about which channels are present in this layout.
FLVMetaVideoColor meta_color_info
AVChannelCustom * map
This member must be used when the channel order is AV_CHANNEL_ORDER_CUSTOM.
int ff_buffer_packet(AVFormatContext *s, AVPacket *pkt)
int trust_metadata
configure streams according onMetaData
This structure stores auxiliary information for decoding, presenting, or otherwise processing the cod...
@ FLV_FRAME_DISP_INTER
disposable inter frame (H.263 only)
struct FLVContext::@454 validate_index[2]
AVRational avg_frame_rate
Average framerate.
uint8_t resync_buffer[2 *RESYNC_BUFFER_SIZE]
@ AMF_DATA_TYPE_UNDEFINED
@ AudioPacketTypeMultitrack
uint32_t codec_tag
Additional information about the codec (corresponds to the AVI FOURCC).
AVColorPrimaries
Chromaticity coordinates of the source primaries.
int trust_datasize
trust data size of FLVTag
int nb_channels
Number of channels in this layout.
enum AVMediaType codec_type
int64_t avio_size(AVIOContext *s)
Get the filesize.
#define AV_PKT_FLAG_KEY
The packet contains a keyframe.
int ff_get_extradata(void *logctx, AVCodecParameters *par, AVIOContext *pb, int size)
Allocate extradata with additional AV_INPUT_BUFFER_PADDING_SIZE at end which is always set to 0 and f...
Content light level needed by to transmit HDR over HDMI (CTA-861.3).
enum AVColorPrimaries color_primaries
@ AVCOL_SPC_RESERVED
reserved for future use by ITU-T and ISO/IEC just like 15-255 are
int64_t * keyframe_filepositions
int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, uint8_t *data, size_t size)
Wrap an existing array as a packet side data.
int64_t avio_seek_time(AVIOContext *h, int stream_index, int64_t timestamp, int flags)
Seek to a given timestamp relative to some component stream.
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
int av_add_index_entry(AVStream *st, int64_t pos, int64_t timestamp, int size, int distance, int flags)
Add an index entry into a sorted list.
static av_cold int read_close(AVFormatContext *ctx)
static av_always_inline int64_t avio_tell(AVIOContext *s)
ftell() equivalent for AVIOContext.
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf type
@ AV_CODEC_ID_MP3
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define FLV_AUDIO_CODECID_OFFSET
enum AVColorTransferCharacteristic color_trc
unsigned int avio_rb32(AVIOContext *s)
#define AV_LOG_TRACE
Extremely verbose debugging, useful for libav* development.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
@ FLV_FRAME_KEY
key frame (for AVC, a seekable frame)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
AVDictionaryEntry * av_dict_get(const AVDictionary *m, const char *key, const AVDictionaryEntry *prev, int flags)
Get a dictionary entry with matching key.
int new_extradata_size[FLV_STREAM_TYPE_NB]
@ AMF_DATA_TYPE_UNSUPPORTED
void * av_realloc_array(void *ptr, size_t nmemb, size_t size)
@ AV_CHAN_UNKNOWN
Channel contains data, but its position is unknown.
@ MultitrackTypeManyTracksManyCodecs
int av_channel_layout_from_mask(AVChannelLayout *channel_layout, uint64_t mask)
Initialize a native channel layout from a bitmask indicating which channels are present.
#define av_assert0(cond)
assert() equivalent, that is always enabled.
#define FLV_AUDIO_CHANNEL_MASK
#define AV_LOG_DEBUG
Stuff which is only useful for libav* developers.
#define KEYFRAMES_TIMESTAMP_TAG
int nb_coded_side_data
Amount of entries in coded_side_data.
@ AVMEDIA_TYPE_DATA
Opaque data information usually continuous.
#define FLV_VIDEO_FRAMETYPE_MASK
static int64_t fsize(FILE *f)
@ AVDISCARD_BIDIR
discard all bidirectional frames
#define FFABS(a)
Absolute value, Note, INT_MIN / INT64_MIN result in undefined behavior as they are not representable ...
enum AVStreamParseType need_parsing
@ AVDISCARD_ALL
discard all
AVCodecParameters * codecpar
Codec parameters associated with this stream.
#define LIBAVUTIL_VERSION_INT
Describe the class of an AVClass context structure.
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
void avcodec_parameters_free(AVCodecParameters **ppar)
Free an AVCodecParameters instance and everything associated with it and write NULL to the supplied p...
Rational number (pair of numerator and denominator).
const char * av_default_item_name(void *ptr)
Return the context name.
uint64_t avio_rb64(AVIOContext *s)
This structure contains the data a format has to probe a file.
AVChannelLayout ch_layout
Audio only.
@ AV_PKT_DATA_CONTENT_LIGHT_LEVEL
Content light level (based on CTA-861.3).
@ AudioChannelOrderCustom
int sample_rate
Audio only.
AVCodecID
Identify the syntax and semantics of the bitstream.
int extradata_size
Size of the extradata content in bytes.
@ AVDISCARD_NONKEY
discard all frames except keyframes
unsigned int avio_rb24(AVIOContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
#define KEYFRAMES_BYTEOFFSET_TAG
int seekable
A combination of AVIO_SEEKABLE_ flags or 0 when the stream is not seekable.
int ff_add_param_change(AVPacket *pkt, int32_t channels, uint64_t channel_layout, int32_t sample_rate, int32_t width, int32_t height)
Add side data to a packet for changing parameters to the given values.
#define AV_NOPTS_VALUE
Undefined timestamp value.
#define MKBETAG(a, b, c, d)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_RB32
int64_t dts
Decompression timestamp in AVStream->time_base units; the time at which the packet is decompressed.
int avio_r8(AVIOContext *s)
AVPacketSideData * av_packet_side_data_add(AVPacketSideData **psd, int *pnb_sd, enum AVPacketSideDataType type, void *data, size_t size, int flags)
Wrap existing data as packet side data.
@ FLV_HEADER_FLAG_HASVIDEO
it s the only field you need to keep assuming you have a context There is some magic you don t need to care about around this just let it vf offset
int flags
A combination of AV_PKT_FLAG values.
static int read_header(FFV1Context *f, RangeCoder *c)
@ AV_CHAN_UNUSED
Channel is empty can be safely skipped.
#define AV_LOG_INFO
Standard information.
#define FFERROR_REDO
Returned by demuxers to indicate that data was consumed but discarded (ignored streams or junk data).
int av_channel_layout_custom_init(AVChannelLayout *channel_layout, int nb_channels)
Initialize a custom channel layout with the specified number of channels.
@ AudioPacketTypeMultichannelConfig
void av_channel_layout_default(AVChannelLayout *ch_layout, int nb_channels)
Get the default channel layout for a given number of channels.
AVCodecParameters * avcodec_parameters_alloc(void)
Allocate a new AVCodecParameters and set its fields to default values (unknown/invalid/0).
#define i(width, name, range_min, range_max)
int64_t pts
Presentation timestamp in AVStream->time_base units; the time at which the decompressed packet will b...
int last_keyframe_stream_index
@ FLV_CODECID_NELLYMOSER_16KHZ_MONO
#define AV_TIME_BASE
Internal time base represented as integer.
AVColorSpace
YUV colorspace type.
enum FLVMetaColorInfoFlag meta_color_info_flag
AVRational av_d2q(double d, int max)
Convert a double precision floating point number to a rational.
#define FLV_AUDIO_SAMPLERATE_OFFSET
int wrong_dts
wrong dts due to negative cts
AVPacketSideData * coded_side_data
Additional data associated with the entire stream.
@ AMF_DATA_TYPE_MIXEDARRAY
uint8_t * new_extradata[FLV_STREAM_TYPE_NB]
static int array[MAX_W *MAX_W]
int id
Format-specific stream ID.
int64_t avio_seek(AVIOContext *s, int64_t offset, int whence)
fseek() equivalent for AVIOContext.
const char * class_name
The name of the class; usually it is the same name as the context structure type to which the AVClass...
void * av_malloc(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
unsigned int avio_rb16(AVIOContext *s)
int av_channel_layout_check(const AVChannelLayout *channel_layout)
Check whether a channel layout is valid, i.e.
@ AV_CODEC_ID_TEXT
raw UTF-8 text
#define AV_INPUT_BUFFER_PADDING_SIZE
int index
stream index in AVFormatContext
@ AV_CHAN_LOW_FREQUENCY_2
#define AVIO_SEEKABLE_NORMAL
Seeking works like for a local file.
the frame and frame reference mechanism is intended to as much as expensive copies of that data while still allowing the filters to produce correct results The data is stored in buffers represented by AVFrame structures Several references can point to the same frame buffer
void av_channel_layout_uninit(AVChannelLayout *channel_layout)
Free any allocated data in the channel layout and reset the channel count to 0.
int avio_read(AVIOContext *s, unsigned char *buf, int size)
Read size bytes from AVIOContext into buf.
@ FLV_STREAM_TYPE_SUBTITLE
int eof_reached
true if was unable to read due to error or eof
IDirect3DDxgiInterfaceAccess _COM_Outptr_ void ** p
int64_t avio_skip(AVIOContext *s, int64_t offset)
Skip given number of bytes forward.
static const int factor[16]
AVIndexEntry * index_entries
Only used if the format does not support seeking natively.
static int read_probe(const AVProbeData *p)
int bits_per_coded_sample
The number of bits per sample in the codedwords.
@ FLV_FRAME_VIDEO_INFO_CMD
video info/command frame
#define avpriv_request_sample(...)
enum AVCodecID codec_id
Specific type of the encoded data (the codec used).
This structure stores compressed data.
@ AV_OPT_TYPE_BOOL
Underlying C type is int.
int av_dict_set(AVDictionary **pm, const char *key, const char *value, int flags)
Set the given entry in *pm, overwriting an existing entry.
#define FLV_AUDIO_CODECID_MASK
int64_t pos
byte position in stream, -1 if unknown
#define FLV_AUDIO_SAMPLERATE_MASK
#define FLV_VIDEO_CODECID_MASK
int need_context_update
Whether the internal avctx needs to be updated from codecpar (after a late change to codecpar)
#define AVERROR_BUG
Internal bug, also see AVERROR_BUG2.
size_t av_strlcpy(char *dst, const char *src, size_t size)
Copy the string src to dst, but no more than size - 1 bytes, and null-terminate dst.
int64_t bit_rate
The average bitrate of the encoded data (in bits per second).
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
@ FLV_HEADER_FLAG_HASAUDIO
#define FLV_AUDIO_SAMPLESIZE_MASK
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_RB24
int dump_full_metadata
Dump full metadata of the onMetadata.
static void BS_FUNC() skip(BSCTX *bc, unsigned int n)
Skip n bits in the buffer.
static const int32_t max_pos[4]
Size of the MP-MLQ fixed excitation codebooks.
@ FLV_CODECID_NELLYMOSER_8KHZ_MONO
static uint32_t BS_FUNC() read(BSCTX *bc, unsigned int n)
Return n bits from the buffer, n has to be in the 0-32 range.
@ AudioChannelOrderNative
@ PacketModExTypeTimestampOffsetNano
int avio_feof(AVIOContext *s)
Similar to feof() but also returns nonzero on read errors.