mirror of
https://github.com/mpv-player/mpv
synced 2024-12-27 17:42:17 +00:00
codecs.cfg: do not prefer spdifmpa over mpg123 decoder
The generic hardware pass-through decoder ad_spdif (imported from mplayer-svn) was mistakenly prefered over the default decoder mpg123. This is the same as mplayer-svn commit 34192. The spidfmpa entry was marked as "untested", which for inconceivable reasons is preferred over entries marked "working". (The probe order is untested, working, buggy. Possibly to "force" untested codecs to be tested?) I didn't know this behavior, and skipped the corresponding mplayer-svn commit 34192, as it looked like it would move up the entry in autoprobe order (not the reverse), which might have been slightly dangerous, or at least not something we would have to bother with. The only change in behavior the incorrect entry caused was that playing a shoutcast mp3 stream displayed "inf" as time on the mplayer status line, instead the time since joining the stream. (The same can be seen when starting mplayer-svn with -ac spdifmpa,mpg123 .) I'm not sure why this happens; I can only guess that when spdifmpa throws away header data when it fails initializing, or messes up something else.
This commit is contained in:
parent
796599bcc2
commit
762ef8d532
@ -4757,7 +4757,7 @@ audiocodec spdifdts
|
||||
|
||||
audiocodec spdifmpa
|
||||
info "libavformat/spdifenc MPEG AUDIO BC pass-through decoder"
|
||||
status untested
|
||||
status working
|
||||
comment "for MPEG AUDIO BC hardware decoders"
|
||||
format 0x50 ; layer-1 && layer-2
|
||||
format 0x55 ; layer-3
|
||||
|
Loading…
Reference in New Issue
Block a user