[Desktop-packages] [Bug 1159760] Re: av_rescale_q() returns wrong value on Precise amd64

2013-03-30 Thread Reinhard Tartler
thanks for clarifying the issue ** Changed in: libav (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libav in Ubuntu. https://bugs.launchpad.net/bugs/1159760 Title: av_rescale_q() returns wrong

[Desktop-packages] [Bug 1159760] Re: av_rescale_q() returns wrong value on Precise amd64

2013-03-29 Thread KOU James
Sorry, it's due to the makefile and not a problem of libav. If I compile using one invocation of gcc, like below, the return value is wrong. gcc avutil-test.c -lavutil -o avutil-test However, if I compile it in the following way, the return value is correct. gcc -c avutil-test.c -o

[Desktop-packages] [Bug 1159760] Re: av_rescale_q() returns wrong value on Precise amd64

2013-03-29 Thread KOU James
The way I found this bug is that when I was using gstreamer0.10-ffmpeg on Ubuntu Precise amd64 to demux MP3 files, if you enable the plugin logs by setting ffmepg:5, you will see the PTS in the log changed from a few seconds to a very large value in a sudden. Then I try to recompile the