Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9_metadata_bsf.c34 int color_warnings; member
53 if (!(ctx->color_warnings & 2)) { in vp9_metadata_update_fragment()
56 ctx->color_warnings |= 2; in vp9_metadata_update_fragment()
65 if (!(ctx->color_warnings & 1) && !header->color_range) { in vp9_metadata_update_fragment()
68 ctx->color_warnings |= 1; in vp9_metadata_update_fragment()
72 } else if (!(ctx->color_warnings & 4) && header->intra_only && !profile && in vp9_metadata_update_fragment()
76 ctx->color_warnings |= 4; in vp9_metadata_update_fragment()

Completed in 1 milliseconds