]> git.sesse.net Git - ffmpeg/blobdiff - avplay.c
threads: always call thread_finish_setup for intra codecs
[ffmpeg] / avplay.c
index 3cf9c73ea8e978a1b68f399a6c75a4fb4501f282..018f63dedb188cddb902301e6646913d000bdbc1 100644 (file)
--- a/avplay.c
+++ b/avplay.c
@@ -41,7 +41,6 @@
 
 #if CONFIG_AVFILTER
 # include "libavfilter/avfilter.h"
-# include "libavfilter/avfiltergraph.h"
 # include "libavfilter/buffersink.h"
 # include "libavfilter/buffersrc.h"
 #endif
@@ -1247,9 +1246,6 @@ static void do_exit(void)
         cur_stream = NULL;
     }
     uninit_opts();
-#if CONFIG_AVFILTER
-    avfilter_uninit();
-#endif
     avformat_network_deinit();
     if (show_status)
         printf("\n");