Paul B Mahol <[email protected]> writes: > static av_always_inline void bytestream2_skip(GetByteContext *g, > - unsigned int size) > + int size) > { > g->buffer += FFMIN(g->buffer_end - g->buffer, size); > }
Think about what happens with a large negative offset. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
