Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnut.h49 FLAG_CHECKSUM = 64, // if set, the frame header contains a checksum enumerator
H A Dnutenc.c820 flags |= FLAG_CHECKSUM; in get_needed_flags()
822 flags |= FLAG_CHECKSUM; in get_needed_flags()
1121 if (flags & FLAG_CHECKSUM) in nut_write_packet()
1140 length += !(flags & FLAG_CHECKSUM); in nut_write_packet()
1165 if (flags & FLAG_CHECKSUM) avio_wl32(bc, ffio_get_checksum(bc)); in nut_write_packet()
H A Dnutdec.c1071 if (flags & FLAG_CHECKSUM) { in decode_frame_header()

Completed in 4 milliseconds