• Nicolas George's avatar
    ffmpeg_filter: refuse to configure input without a decoder. · 91244073
    Nicolas George authored
    The decoder is necessary in order to filter frames.
    This makes the error message clearer in this case:
    currently, it will usually fail because the pixel or sample
    format is not defined and is converted into "(null)"
    (non-portable).
    
    Enhance trac ticket #3779.
    91244073