Changeset 32853
- Timestamp:
- 02/03/15 23:41:08 (8 years ago)
- Location:
- titan/titan
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/global.h
r32844 r32853 3913 3913 } 3914 3914 3915 #ifdef MIPSEL 3916 char *aspect = NULL; 3917 aspect = getaspect(); 3918 if(!ostrncmp("16:9", aspect, 4)) 3919 value = string_replace("nonlinear", "", value, 1); 3920 free(aspect), aspect = NULL; 3921 #endif 3922 3915 3923 value = convertspacetolf(value); 3916 3924 -
titan/titan/mediadb.h
r32850 r32853 1489 1489 char* createshortname(char* file, int *isrec, int *iscam, int flag) 1490 1490 { 1491 char* fileinfo = NULL, *shortname = NULL, *tmpstr = NULL ;1491 char* fileinfo = NULL, *shortname = NULL, *tmpstr = NULL, *tmpstr1 = NULL; 1492 1492 //create imdb search name 1493 1493 shortname = ostrcat(file, NULL, 0, 0); … … 1541 1541 printf("###### strip () strings end ############################################\n"); 1542 1542 1543 char*tmpstr1 = oregex(".*([0-9]{14,14}).*", tmpstr);1543 tmpstr1 = oregex(".*([0-9]{14,14}).*", tmpstr); 1544 1544 if(tmpstr1 != NULL) 1545 1545 {
Note: See TracChangeset
for help on using the changeset viewer.