MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / print_displaymatrix

Function print_displaymatrix

fftools/ffprobe.c:506–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506static void print_displaymatrix(AVTextFormatContext *tfc, const int32_t matrix[9])
507{
508 double rotation = av_display_rotation_get(matrix);
509 if (isnan(rotation))
510 rotation = 0;
511 print_integers(tfc, "displaymatrix", matrix, 9, " %11d", 3, 4, 1);
512 print_int("rotation", rotation);
513}
514
515static void print_mastering_display_metadata(AVTextFormatContext *tfc,
516 const AVMasteringDisplayMetadata *metadata)

Callers 2

print_pkt_side_dataFunction · 0.85
print_frame_side_dataFunction · 0.85

Calls 2

av_display_rotation_getFunction · 0.85
print_integersFunction · 0.85

Tested by

no test coverage detected