mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
10l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5469 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f16ffbbb3f
commit
3909deefdb
@ -55,6 +55,7 @@ typedef struct vo_frame_s {
|
||||
uint8_t * base[3]; /* pointer to 3 planes */
|
||||
void (* copy) (struct vo_frame_s * frame, uint8_t ** src);
|
||||
void* vo;
|
||||
void* mpi;
|
||||
// int slice;
|
||||
// void (* field) (struct vo_frame_s * frame, int flags);
|
||||
// void (* draw) (struct vo_frame_s * frame);
|
||||
@ -128,6 +129,7 @@ typedef struct picture_s {
|
||||
struct vo_frame_s * current_frame;
|
||||
struct vo_frame_s * forward_reference_frame;
|
||||
struct vo_frame_s * backward_reference_frame;
|
||||
struct vo_frame_s * temp_frame; // B frame
|
||||
|
||||
int second_field;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user