Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnut.h54 FLAG_CODED =4096, // if set, coded_flags are stored in the frame header enumerator
H A Dnutenc.c177 ft->flags = FLAG_CODED; in build_frame_code()
830 return flags | (fc->flags & FLAG_CODED); in get_needed_flags()
1102 if (flags & FLAG_CODED) { in nut_write_packet()
1127 if ( (flags & FLAG_CODED) in nut_write_packet()
1156 if (flags & FLAG_CODED) { in nut_write_packet()
1157 put_v(bc, (flags ^ needed_flags) & ~(FLAG_CODED)); in nut_write_packet()
H A Dnutdec.c1032 if (flags & FLAG_CODED) in decode_frame_header()

Completed in 5 milliseconds