Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnut.h47 FLAG_STREAM_ID = 16, // if set, stream_id is coded in the frame header enumerator
H A Dnutenc.c185 ft->flags = FLAG_STREAM_ID | FLAG_SIZE_MSB | FLAG_CODED_PTS; in build_frame_code()
812 flags |= FLAG_STREAM_ID; in get_needed_flags()
1113 if (flags & FLAG_STREAM_ID) in nut_write_packet()
1160 if (flags & FLAG_STREAM_ID) put_v(bc, pkt->stream_index); in nut_write_packet()
H A Dnutdec.c1034 if (flags & FLAG_STREAM_ID) { in decode_frame_header()

Completed in 5 milliseconds