Mageia Bugzilla – Attachment 12512 Details for
Bug 28504
mplayer can't read video files with dav1d codec; this bugs contains the fix.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
allow specifying alsa hw devices in particular form
mplayer-1.2-alsa-equal-signs.patch (text/plain), 457 bytes, created by
Philippe Didier
on 2021-03-25 01:48:46 CET
(
hide
)
Description:
allow specifying alsa hw devices in particular form
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-03-25 01:48:46 CET
Size:
457 bytes
patch
obsolete
>diff -up MPlayer-1.2/libao2/ao_alsa.c.equal-signs MPlayer-1.2/libao2/ao_alsa.c >--- MPlayer-1.2/libao2/ao_alsa.c.equal-signs 2014-05-06 21:02:03.000000000 +0200 >+++ MPlayer-1.2/libao2/ao_alsa.c 2015-12-31 06:30:05.825251697 +0100 >@@ -276,6 +276,8 @@ static void parse_device (char *dest, co > tmp[0] = ','; > while ((tmp = strchr(dest, '='))) > tmp[0] = ':'; >+ while ((tmp = strchr(dest, '^'))) >+ tmp[0] = '='; > } > > static void print_help (void)
diff -up MPlayer-1.2/libao2/ao_alsa.c.equal-signs MPlayer-1.2/libao2/ao_alsa.c --- MPlayer-1.2/libao2/ao_alsa.c.equal-signs 2014-05-06 21:02:03.000000000 +0200 +++ MPlayer-1.2/libao2/ao_alsa.c 2015-12-31 06:30:05.825251697 +0100 @@ -276,6 +276,8 @@ static void parse_device (char *dest, co tmp[0] = ','; while ((tmp = strchr(dest, '='))) tmp[0] = ':'; + while ((tmp = strchr(dest, '^'))) + tmp[0] = '='; } static void print_help (void)
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28504
:
12499
|
12500
|
12501
|
12502
|
12503
|
12504
|
12505
|
12506
|
12507
|
12508
|
12509
|
12510
|
12511
| 12512 |
12513
|
12514
|
12515
|
12518
|
12536
|
12541