FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
FFBoundingBox Struct Reference

#include <bbox.h>

Data Fields

int x1
 
int x2
 
int y1
 
int y2
 

Detailed Description

Definition at line 26 of file bbox.h.

Field Documentation

int FFBoundingBox::x1

Definition at line 27 of file bbox.h.

Referenced by blur_image(), ff_calculate_bounding_box(), and filter_frame().

int FFBoundingBox::x2

Definition at line 27 of file bbox.h.

Referenced by ff_calculate_bounding_box(), and filter_frame().

int FFBoundingBox::y1

Definition at line 27 of file bbox.h.

Referenced by blur_image(), ff_calculate_bounding_box(), and filter_frame().

int FFBoundingBox::y2

Definition at line 27 of file bbox.h.

Referenced by ff_calculate_bounding_box(), and filter_frame().


The documentation for this struct was generated from the following file: