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