Skip to content
Snippets Groups Projects
Commit a232a72d authored by Aman Gupta's avatar Aman Gupta
Browse files

avformat/hls: return AVERROR_PROTOCOL_NOT_FOUND when http protocol is not available


Fixes compile error when building with network or protocols disabled.

This code would never be reached (because the demuxer fails much earlier on http playlists or segments), so it doesn't matter much what we do here as long as it compiles.

Signed-off-by: default avatarAman Gupta <aman@tmm1.net>
parent 2f9ca645
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment