[FFmpeg-devel] R10953 broke MPEG decoding
Wolfram Gloger
wmglo
Thu Nov 8 15:25:59 CET 2007
Hi,
> Is anyone else seeing this kind of failure, or is it just me?
I'm seeing the same problem as you with the regression tests, and
this:
+ get_buffer(&s->pb, buffer, sizeof(buffer));
+ if ((p=memchr(buffer, 'S', sizeof(buffer))))
+ if (!memcmp(p, "Sofdec", 6))
+ m->sofdec = 1;
looks obviously wrong (consider the case where buffer[sizeof(buffer)-1]
contains the first 'S').
Regards,
Wolfram.
More information about the ffmpeg-devel
mailing list