comparison rtpdec_asf.c @ 6181:cb49c916b7f4 libavformat

Fix implicit cast warning Patch by Eli Friedman, eli dot friedman at gmail
author mstorsjo
date Sun, 27 Jun 2010 09:07:35 +0000
parents 178de7695c6c
children 0287312dda71
comparison
equal deleted inserted replaced
6180:5c977bb6aea7 6181:cb49c916b7f4
141 return 0; 141 return 0;
142 } 142 }
143 143
144 struct PayloadContext { 144 struct PayloadContext {
145 ByteIOContext *pktbuf, pb; 145 ByteIOContext *pktbuf, pb;
146 char *buf; 146 uint8_t *buf;
147 }; 147 };
148 148
149 /** 149 /**
150 * @return 0 when a packet was written into /p pkt, and no more data is left; 150 * @return 0 when a packet was written into /p pkt, and no more data is left;
151 * 1 when a packet was written into /p pkt, and more packets might be left; 151 * 1 when a packet was written into /p pkt, and more packets might be left;