| OLD | NEW |
| 1 /* | 1 /* |
| 2 * copyright (c) 2001 Fabrice Bellard | 2 * copyright (c) 2001 Fabrice Bellard |
| 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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 unsigned long checksum); | 397 unsigned long checksum); |
| 398 | 398 |
| 399 /* udp.c */ | 399 /* udp.c */ |
| 400 int udp_set_remote_url(URLContext *h, const char *uri); | 400 int udp_set_remote_url(URLContext *h, const char *uri); |
| 401 int udp_get_local_port(URLContext *h); | 401 int udp_get_local_port(URLContext *h); |
| 402 #if (LIBAVFORMAT_VERSION_MAJOR <= 52) | 402 #if (LIBAVFORMAT_VERSION_MAJOR <= 52) |
| 403 int udp_get_file_handle(URLContext *h); | 403 int udp_get_file_handle(URLContext *h); |
| 404 #endif | 404 #endif |
| 405 | 405 |
| 406 #endif /* AVFORMAT_AVIO_H */ | 406 #endif /* AVFORMAT_AVIO_H */ |
| OLD | NEW |