Comment 10 for bug 522812

Revision history for this message
Emanem (emaentra) wrote :

Hi Reinhard,

I'm sorry to post again but this issue is affecting Ubuntu 9.10 32 bit as well.
On a clean virtual machine (so no strange things/configuration happening on it) I just did the following:
sudo apt-get install g++ libavcodec-dev libavformat-dev libswscale-dev
Then I compiled the test app:
g++ ./avcodec_sample.cpp -o av_test -O2 -g -pthread -lavformat -lavcodec -lswscale
And I used against this reference:
http://web.mit.edu/xiphmont/Public/theora/matrix-300-AQ.ogv
(this is an ogv file created by Theora devs)
./av_test ./matrix-300-AQ.ogv

Again, I had same results as before, corrupted ppm.
Please bear in mind that I've done this with a clean Ubuntu 9.10 32bit host.

Regards,