• Stefano Sabatini's avatar
    ffplay: add cast to fix warning in configure_video_filters() · 39e019e8
    Stefano Sabatini authored
    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 *’
    39e019e8
ffplay.c 104 KB