mirror of
https://github.com/game-stop/veejay.git
synced 2026-01-07 07:25:29 +01:00
refactor yuv4mpeg; support scaling of input source
This commit is contained in:
@@ -44,13 +44,13 @@ typedef struct {
|
||||
void *scaler;
|
||||
uint8_t *buf[4];
|
||||
int is_jpeg;
|
||||
int dr;
|
||||
VJFrame *dst;
|
||||
VJFrame *src;
|
||||
VJFrame *src;
|
||||
} vj_yuv;
|
||||
|
||||
vj_yuv *vj_yuv4mpeg_alloc(int dst_w, int dst_h,float fps, int out_pix_fmt);
|
||||
|
||||
|
||||
uint8_t *vj_yuv_get_buf( void *v );
|
||||
|
||||
void vj_yuv4mpeg_free(vj_yuv *v) ;
|
||||
|
||||
Reference in New Issue
Block a user