]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/bfin/fdct_bfin.S
ra144enc: drop pointless "encoder" from .long_name
[ffmpeg] / libavcodec / bfin / fdct_bfin.S
index 4c32436e01e1288e7f0fb1d4ac3df654b6b6dbd9..47ec381bf88101c5d40a68228a324cce75410b43 100644 (file)
@@ -104,14 +104,14 @@ short dct_coef[]
   S3,C3,
 
 -----------------------------------------------------------
-FFMPEG conformance testing results
+Libav conformance testing results
 -----------------------------------------------------------
 dct-test: modified with the following
             dct_error("BFINfdct", 0, ff_bfin_fdct, fdct, test);
 produces the following output:
 
-root:/u/ffmpeg/bhead/libavcodec> ./dct-test
-ffmpeg DCT/IDCT test
+libavcodec> ./dct-test
+Libav DCT/IDCT test
 
     2  -131    -6   -48   -36    33   -83    24
    34    52   -24   -15     5    92    57   143
@@ -123,8 +123,6 @@ ffmpeg DCT/IDCT test
   -17   -63   -15    73    50   -91   159   -14
 DCT BFINfdct: err_inf=2 err2=0.16425938 syserr=0.00795000 maxout=2098 blockSumErr=27
 DCT BFINfdct: 92.1 kdct/s
-root:/u/ffmpeg/bhead/libavcodec>
-
 */
 
 #include "config.h"