OSDN Git Service

ffplay: add cast to fix warning in configure_video_filters()
authorStefano Sabatini <stefasab@gmail.com>
Thu, 21 Jun 2012 16:32:40 +0000 (18:32 +0200)
committerStefano Sabatini <stefasab@gmail.com>
Fri, 22 Jun 2012 22:42:51 +0000 (00:42 +0200)
commit39e019e8c1eeca2922d4f0f2b85e2e93909ae2ae
treeaaf9da3999da8eb36b776a9d15e2dca21185ed29
parent1dce2368bb63c678d41f6c556ffdb155d252f015
ffplay: add cast to fix warning in configure_video_filters()

Fix warning:
ffplay.c:1578:40: warning: passing argument 5 of ‘avfilter_graph_create_filter’ discards ‘const’ qualifier from pointer target type [enabled by default]
libavfilter/avfiltergraph.h:84:5: note: expected ‘void *’ but argument is of type ‘const enum PixelFormat *’
ffplay.c