# HG changeset patch # User diego # Date 1204730950 0 # Node ID 69b7efa1e0cb358b0b927d50c500a7eca2caab6f # Parent f1aecf52bac5da9d973920f3b9f1390fe7286950 Set TCP protocol to is_streamed=1 as seeking is not possible. Bj«Órn Axelsson, bjorn.axelsson intinor se diff -r f1aecf52bac5 -r 69b7efa1e0cb tcp.c --- a/tcp.c Wed Mar 05 13:31:24 2008 +0000 +++ b/tcp.c Wed Mar 05 15:29:10 2008 +0000 @@ -50,6 +50,7 @@ if (!s) return AVERROR(ENOMEM); h->priv_data = s; + h->is_streamed = 1; if (port <= 0 || port >= 65536) goto fail;