Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflacenc.c39 #define FLAC_SUBFRAME_VERBATIM 1 macro
567 } else if (sub->type == FLAC_SUBFRAME_VERBATIM) { in subframe_count_exact()
850 sub->type = sub->type_code = FLAC_SUBFRAME_VERBATIM; in encode_residual_ch()
1263 } else if (sub->type == FLAC_SUBFRAME_VERBATIM) { in write_subframes()