Mercurial > mplayer.hg
comparison libmpcodecs/vf_spp.c @ 11334:04ea7b95da68
10l
author | michael |
---|---|
date | Fri, 31 Oct 2003 12:59:51 +0000 |
parents | 0c8d12a58a29 |
children | 341360303213 |
comparison
equal
deleted
inserted
replaced
11333:acb4c4a5ce8c | 11334:04ea7b95da68 |
---|---|
21 * "Aria Nosratinia Embedded Post-Processing for | 21 * "Aria Nosratinia Embedded Post-Processing for |
22 * Enhancement of Compressed Images (1999)" | 22 * Enhancement of Compressed Images (1999)" |
23 * (http://citeseer.nj.nec.com/nosratinia99embedded.html) | 23 * (http://citeseer.nj.nec.com/nosratinia99embedded.html) |
24 */ | 24 */ |
25 | 25 |
26 #ifdef USE_LIBAVCODEC | |
27 | |
26 #include <stdio.h> | 28 #include <stdio.h> |
27 #include <stdlib.h> | 29 #include <stdlib.h> |
28 #include <string.h> | 30 #include <string.h> |
29 #include <inttypes.h> | 31 #include <inttypes.h> |
30 #include <math.h> | 32 #include <math.h> |
493 "", | 495 "", |
494 open, | 496 open, |
495 NULL | 497 NULL |
496 }; | 498 }; |
497 | 499 |
498 //===========================================================================// | 500 #endif //USE_LIBAVCODEC |