Home
last modified time | relevance | path

Searched refs:FLAG_STREAM_ID (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
Dnut.h47 FLAG_STREAM_ID = 16, // if set, stream_id is coded in the frame header enumerator
Dnutenc.c163 ft->flags = FLAG_STREAM_ID | FLAG_SIZE_MSB | FLAG_CODED_PTS; in build_frame_code()
790 flags |= FLAG_STREAM_ID; in get_needed_flags()
1088 if (flags & FLAG_STREAM_ID) in nut_write_packet()
1135 if (flags & FLAG_STREAM_ID) put_v(bc, pkt->stream_index); in nut_write_packet()
Dnutdec.c1029 if (flags & FLAG_STREAM_ID) { in decode_frame_header()