[MPlayer-dev-eng] [PATCH] Solves bugzilla No 65 [TRIVIAL]
Reynaldo H. Verdejo Pinochet
reynaldo at opendot.cl
Thu Sep 2 05:04:25 CEST 2004
On Wed, Sep 01, 2004 at 10:57:24PM -0400, Reynaldo H. Verdejo Pinochet wrote:
> Fixes subtitle autodetection regardles of case
> , see bugzilla No 65
>
> Regards
>
> Reynaldo
>
> --- subreader.c 2004-09-01 22:42:00.000000000 -0400
> +++ ../my_main/subreader.c 2004-09-01 22:47:37.000000000 -0400
> @@ -1860,7 +1860,7 @@
> #else
> for (i = 0; sub_exts[i]; i++) {
> #endif
> - if (strcmp(sub_exts[i], tmp_fname_ext) == 0) {
> + if (strcasecmp(sub_exts[i], tmp_fname_ext) == 0) {
> found = 1;
> break;
> }
Sorry, Michal Svec apears to have already proposed this, my mistake, anyway
cvs version hasnt been updated so i guess is ok to apply.
Reynaldo
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040901/a4e467bf/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list