0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 20:03:10 +02:00
mpv/audio/decode
wm4 aac5d758c5 demux: remove audio parser
The audio parser was needed only by the "old" demuxers, and
demux_rawaudio. All other demuxers output already parsed packets.

demux_rawaudio is usually for raw audio, so using a parser with it
doesn't usually make sense. But you can also force it to read
compressed formats with fixed packet sizes, in which case the parser
would have been used. This use case is probably broken now, but you
will be able to do the same thing with libavformat demuxers.
2013-07-08 00:13:53 +02:00
..
ad_internal.h audio/decode: remove vararg from ad_control() 2013-04-12 20:35:59 +02:00
ad_lavc.c demux: remove audio parser 2013-07-08 00:13:53 +02:00
ad_mpg123.c options: remove --stereo 2013-06-13 00:59:27 +02:00
ad_spdif.c demux: remove audio parser 2013-07-08 00:13:53 +02:00
ad.c core: redo how codecs are mapped, remove codecs.conf 2013-02-10 17:25:56 +01:00
ad.h Merge branch 'audio_changes' 2013-05-12 21:47:55 +02:00
dec_audio.c Remove old demuxers 2013-07-07 23:54:11 +02:00
dec_audio.h core: make options.c compile standalone 2013-06-08 17:08:20 +02:00