comparison utils.c @ 1717:02b8757d2e72 libavformat

Fix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
author diego
date Tue, 23 Jan 2007 09:24:41 +0000
parents 23c911d09382
children 1a8d1f66c867
comparison
equal deleted inserted replaced
1716:01b3cc392466 1717:02b8757d2e72
255 } 255 }
256 return 0; 256 return 0;
257 } 257 }
258 258
259 /** 259 /**
260 * Allocate the payload of a packet and intialized its fields to default values. 260 * Check whether filename actually is a numbered sequence generator.
261 * 261 *
262 * @param filename possible numbered sequence string 262 * @param filename possible numbered sequence string
263 * @return 1 if a valid numbered sequence string, 0 otherwise. 263 * @return 1 if a valid numbered sequence string, 0 otherwise.
264 */ 264 */
265 int av_filename_number_test(const char *filename) 265 int av_filename_number_test(const char *filename)