Originally Posted by
Emanuele_Z
5) Execute ./av_test ./matrix-300-AQ.ogv
Now, you should have in your directory 10 corrupted ppm images (that should be the first 10 frames of the ogv file).
This command should yield the same result:
Code:
ffmpeg -vframes 10 -i matrix-300-AQ.ogv frame%d.ppm
As you have seen in your bug report, people may tend to dispute the validity of your code rather than the validity of libavcodec. If you can showcase the bug with a standard tool such as ffmpeg, it will be easier to convince reviewers that the bug is in fact in the library rather than in your code.