Mercurial > libavutil.hg
comparison softfloat.c @ 404:f9a4c04ebb0e libavutil
main() --> main(void)
| author | diego |
|---|---|
| date | Fri, 23 Nov 2007 00:52:56 +0000 |
| parents | d76a36742464 |
| children | 488f5e48fdda |
comparison
equal
deleted
inserted
replaced
| 403:c22fbe7d64cf | 404:f9a4c04ebb0e |
|---|---|
| 25 #include "common.h" | 25 #include "common.h" |
| 26 #include "log.h" | 26 #include "log.h" |
| 27 | 27 |
| 28 #undef printf | 28 #undef printf |
| 29 | 29 |
| 30 int main(){ | 30 int main(void){ |
| 31 SoftFloat one= av_int2sf(1, 0); | 31 SoftFloat one= av_int2sf(1, 0); |
| 32 SoftFloat sf1, sf2; | 32 SoftFloat sf1, sf2; |
| 33 double d1, d2; | 33 double d1, d2; |
| 34 int i, j; | 34 int i, j; |
| 35 av_log_level = AV_LOG_DEBUG; | 35 av_log_level = AV_LOG_DEBUG; |
