| FFmpeg
    | 
#include <avisynth_c.h>

| Data Fields | |
| volatile long | refcount | 
| AVS_VideoFrameBuffer * | vfb | 
| int | offset | 
| int | pitch | 
| int | row_size | 
| int | height | 
| int | offsetU | 
| int | offsetV | 
| int | pitchUV | 
| int | row_sizeUV | 
| int | heightUV | 
| int | refcount | 
Detailed Description
Definition at line 385 of file avisynth_c.h.
Field Documentation
| int AVS_VideoFrame::height | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_height(), and avs_get_height_p().
| int AVS_VideoFrame::heightUV | 
Definition at line 389 of file avisynth_c.h.
Referenced by avs_get_height_p().
| int AVS_VideoFrame::offset | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_read_ptr(), avs_get_read_ptr_p(), avs_get_write_ptr(), and avs_get_write_ptr_p().
| int AVS_VideoFrame::offsetU | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_read_ptr_p(), and avs_get_write_ptr_p().
| int AVS_VideoFrame::offsetV | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_read_ptr_p(), and avs_get_write_ptr_p().
| int AVS_VideoFrame::pitch | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_pitch(), and avs_get_pitch_p().
| int AVS_VideoFrame::pitchUV | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_height_p(), avs_get_pitch_p(), and avs_get_row_size_p().
| int AVS_VideoFrame::refcount | 
Definition at line 330 of file avxsynth_c.h.
| volatile long AVS_VideoFrame::refcount | 
Definition at line 386 of file avisynth_c.h.
Referenced by avs_is_writable().
| int AVS_VideoFrame::row_size | 
Definition at line 388 of file avisynth_c.h.
Referenced by avs_get_row_size(), and avs_get_row_size_p().
| int AVS_VideoFrame::row_sizeUV | 
Definition at line 389 of file avisynth_c.h.
Referenced by avs_get_row_size_p().
| AVS_VideoFrameBuffer * AVS_VideoFrame::vfb | 
Definition at line 387 of file avisynth_c.h.
Referenced by avs_get_read_ptr(), avs_get_read_ptr_p(), avs_get_write_ptr(), avs_get_write_ptr_p(), and avs_is_writable().
The documentation for this struct was generated from the following files:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11