| OLD | NEW |
| 1 /* | 1 /* |
| 2 * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> | 2 * copyright (c) 2006 Michael Niedermayer <michaelni@gmx.at> |
| 3 * | 3 * |
| 4 * This file is part of FFmpeg. | 4 * This file is part of FFmpeg. |
| 5 * | 5 * |
| 6 * FFmpeg is free software; you can redistribute it and/or | 6 * FFmpeg is free software; you can redistribute it and/or |
| 7 * modify it under the terms of the GNU Lesser General Public | 7 * modify it under the terms of the GNU Lesser General Public |
| 8 * License as published by the Free Software Foundation; either | 8 * License as published by the Free Software Foundation; either |
| 9 * version 2.1 of the License, or (at your option) any later version. | 9 * version 2.1 of the License, or (at your option) any later version. |
| 10 * | 10 * |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 unsigned avutil_version(void); | 54 unsigned avutil_version(void); |
| 55 | 55 |
| 56 #include "common.h" | 56 #include "common.h" |
| 57 #include "mathematics.h" | 57 #include "mathematics.h" |
| 58 #include "rational.h" | 58 #include "rational.h" |
| 59 #include "intfloat_readwrite.h" | 59 #include "intfloat_readwrite.h" |
| 60 #include "log.h" | 60 #include "log.h" |
| 61 #include "pixfmt.h" | 61 #include "pixfmt.h" |
| 62 | 62 |
| 63 #endif /* AVUTIL_AVUTIL_H */ | 63 #endif /* AVUTIL_AVUTIL_H */ |
| OLD | NEW |