You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
ffplay: remove unused variable "codec"
Fix warning: ffplay.c: In function ‘video_thread’: ffplay.c:1890:21: warning: unused variable ‘codec’ [-Wunused-variable]
This commit is contained in:
1
ffplay.c
1
ffplay.c
@@ -1887,7 +1887,6 @@ static int video_thread(void *arg)
|
|||||||
int serial = 0;
|
int serial = 0;
|
||||||
|
|
||||||
#if CONFIG_AVFILTER
|
#if CONFIG_AVFILTER
|
||||||
AVCodecContext *codec = is->video_st->codec;
|
|
||||||
AVFilterGraph *graph = avfilter_graph_alloc();
|
AVFilterGraph *graph = avfilter_graph_alloc();
|
||||||
AVFilterContext *filt_out = NULL, *filt_in = NULL;
|
AVFilterContext *filt_out = NULL, *filt_in = NULL;
|
||||||
int last_w = 0;
|
int last_w = 0;
|
||||||
|
Reference in New Issue
Block a user