]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
ffplay: remove unused variable "codec"
[ffmpeg] / ffplay.c
index 84a0895b9bbe8479b4ed6f884c5a73e3e367e527..70f477534e6c54491106150a8cf063719b71616c 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -1887,7 +1887,6 @@ static int video_thread(void *arg)
     int serial = 0;
 
 #if CONFIG_AVFILTER
-    AVCodecContext *codec = is->video_st->codec;
     AVFilterGraph *graph = avfilter_graph_alloc();
     AVFilterContext *filt_out = NULL, *filt_in = NULL;
     int last_w = 0;