[FFmpeg-cvslog] r13880 - in trunk: libavformat/ffmenc.c tests/libav.regression.ref
Mike Melanson
mike
Tue Jun 24 07:06:36 CEST 2008
Mike Melanson wrote:
> bcoudurier wrote:
>> Author: bcoudurier
>> Date: Sun Jun 22 10:50:57 2008
>> New Revision: 13880
>>
>> Log:
>> store dts in ffm headers
>
> Congratulations; it was either this revision or the previous one that
> finally fixed the regression test when building FFmpeg under Intel's C
> compiler.
>
> Now I need to figure out when and why the PowerPC regressions broke...
It was either this revision or the one after it which broke 'make test'
under gcc 4.1.2 and 4.0.4, both on PowerPC. The exact error looks like this:
--- /home/melanson/ffmpeg/ffmpeg-main/tests/libav.regression.ref
2008-06-22 11:21:56.000000000 -0700
+++ tests/data/lavf.regression 2008-06-23 20:18:43.000000000 -0700
@@ -15,9 +15,9 @@
d6fdeb9f7083cc827f9510c6c4517dc0 *./tests/data/b-libav.swf
335771 ./tests/data/b-libav.swf
./tests/data/b-libav.swf CRC=0xe14e8847
-3dbacdc3fccb551f8ab54c32f648e7a8 *./tests/data/b-libav.ffm
+3718a91970bbab48113eb50104a15241 *./tests/data/b-libav.ffm
380928 ./tests/data/b-libav.ffm
-./tests/data/b-libav.ffm CRC=0x2b71a386
+./tests/data/b-libav.ffm CRC=0x00000001
f8ad5bd78f4d012a8ce9570aa395ac54 *./tests/data/b-libav.flv
335833 ./tests/data/b-libav.flv
./tests/data/b-libav.flv CRC=0xe14e8847
make: *** [libavtest] Error 1
gcc-svn for PowerPC fails in the same way. I can't pinpoint the breakage
quite as precisely because that build only started to work again recently.
--
-Mike Melanson
More information about the ffmpeg-cvslog
mailing list