• wm4's avatar
    avformat/hls: don't propagate deprecated "user-agent" AVOption · 1d642ebf
    wm4 authored
    This code will print a warning if any user agent is set - even if the
    API user used the proper non-deprecated "user_agent" option.
    
    This change should not even break anything, because even if the user
    sets the deprecated "user-agent" option, http.c copies it to the
    "user_agent" option anyway.
    1d642ebf
hls.c 75.7 KB