Browse Source

ffplay: remove unused variable "codec"

Fix warning:
ffplay.c: In function ‘video_thread’:
ffplay.c:1890:21: warning: unused variable ‘codec’ [-Wunused-variable]
tags/n2.0
Stefano Sabatini 12 years ago
parent
commit
f7d1a18c90
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      ffplay.c

+ 0
- 1
ffplay.c View File

@@ -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;


Loading…
Cancel
Save