summaryrefslogtreecommitdiffstats
path: root/stream/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/http.c')
-rw-r--r--stream/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/http.c b/stream/http.c
index 4cc435e0d0..cd68029025 100644
--- a/stream/http.c
+++ b/stream/http.c
@@ -771,7 +771,7 @@ static int http_streaming_start(stream_t *stream, int* file_format) {
else if ( (field_data = http_get_field(http_hdr, "content-type")) != NULL && (!strcmp(field_data, "audio/aacp") || !strcmp(field_data, "audio/aac")))
*file_format = DEMUXER_TYPE_AAC;
else
- *file_format = DEMUXER_TYPE_AUDIO;
+ *file_format = DEMUXER_TYPE_LAVF;
res = STREAM_ERROR;
goto out;
}