changeset 3287:8570df039c75 libavformat

Fix type of dest_addr_len to respect return value of udp_set_url. Patch by Luca Abeni.
author cehoyos
date Sun, 11 May 2008 10:53:21 +0000
parents 6f61c3b36632
children b8f57813338a
files udp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/udp.c	Fri May 09 11:56:36 2008 +0000
+++ b/udp.c	Sun May 11 10:53:21 2008 +0000
@@ -51,7 +51,7 @@
 #else
     struct sockaddr_storage dest_addr;
 #endif
-    size_t dest_addr_len;
+    int dest_addr_len;
 } UDPContext;
 
 #define UDP_TX_BUF_SIZE 32768