comparison avio.h @ 3852:1b6245500d8c libavformat

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents b140b68a3747
children 549a09cf23fe
comparison
equal deleted inserted replaced
3851:9b3ad7f292a4 3852:1b6245500d8c
16 * 16 *
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #ifndef FFMPEG_AVIO_H 21 #ifndef AVFORMAT_AVIO_H
22 #define FFMPEG_AVIO_H 22 #define AVFORMAT_AVIO_H
23 23
24 #include <stdint.h> 24 #include <stdint.h>
25 25
26 /* output byte stream handling */ 26 /* output byte stream handling */
27 27
366 /* udp.c */ 366 /* udp.c */
367 int udp_set_remote_url(URLContext *h, const char *uri); 367 int udp_set_remote_url(URLContext *h, const char *uri);
368 int udp_get_local_port(URLContext *h); 368 int udp_get_local_port(URLContext *h);
369 int udp_get_file_handle(URLContext *h); 369 int udp_get_file_handle(URLContext *h);
370 370
371 #endif /* FFMPEG_AVIO_H */ 371 #endif /* AVFORMAT_AVIO_H */