Skip to content
  • Laurent Aimar's avatar
    Made stream_t size and position unsigned. · a463d9bd
    Laurent Aimar authored
     It fixes segfaults in src/input/stream.c (at least) when demuxers
    overflow int64_t seek position, and avoid testing for negative values
    everywhere.
     stream_Tell() and stream_Size() still returns signed values as too much code
    depend on it.
    a463d9bd