Home | History | Annotate | Download | only in imd

Lines Matching full:avi

611     strcpy(ipath+l-4, ".avi");
612 snprintf(buf, sizeof(buf), "%s.avi", prefix);
731 char *avi = NULL;
842 snprintf (buf, sizeof(buf), "Show.%d.avi", i);
843 avi = hdf_get_value (cgi->hdf, buf, NULL);
844 if (avi)
846 err = hdf_set_value(cgi->hdf, "Picture.avi", avi);
1059 else if (l>4 && !strcasecmp(srcpath+l-4, ".avi"))
1061 ne_warn("found avi");