mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
vo_lavc: remove unused variable
This commit is contained in:
parent
8d83837cdb
commit
656f9e1ba7
@ -278,7 +278,7 @@ static void draw_image(struct vo *vo, mp_image_t *mpi)
|
||||
{
|
||||
struct priv *vc = vo->priv;
|
||||
struct encode_lavc_context *ectx = vo->encode_lavc_ctx;
|
||||
int i, size;
|
||||
int size;
|
||||
AVFrame *frame;
|
||||
AVCodecContext *avc;
|
||||
int64_t frameipts;
|
||||
|
Loading…
Reference in New Issue
Block a user