|
|
|
@@ -192,6 +192,8 @@ unsigned int get_be24(ByteIOContext *s); |
|
|
|
unsigned int get_be32(ByteIOContext *s); |
|
|
|
uint64_t get_be64(ByteIOContext *s); |
|
|
|
|
|
|
|
uint64_t get_v(ByteIOContext *bc); |
|
|
|
|
|
|
|
static inline int url_is_streamed(ByteIOContext *s) |
|
|
|
{ |
|
|
|
return s->is_streamed; |
|
|
|
|