1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 01:52:19 +00:00
mpv/audio/decode
wm4 9f4261de65 core: add common function to initialize AVPacket
Audio and video had their own (very similar) functions to initialize an
AVPacket (ffmpeg's packet struct) from a demux_packet (mplayer's packet
struct). Add a common function for these.

Also use this function for sd_lavc_conv. This is actually a functional
change, as some libavfilter subtitle demuxers add weird out-of-band
stuff as side-data.
2013-06-03 22:40:07 +02:00
..
ad_internal.h audio/decode: remove vararg from ad_control() 2013-04-12 20:35:59 +02:00
ad_lavc.c core: add common function to initialize AVPacket 2013-06-03 22:40:07 +02:00
ad_mpg123.c Merge branch 'audio_changes' 2013-05-12 21:47:55 +02:00
ad_spdif.c Merge branch 'audio_changes' 2013-05-12 21:47:55 +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 audio: print channel map additionally to channel count on terminal 2013-05-12 21:24:56 +02:00
dec_audio.h audio/out: switch to channel map 2013-05-12 21:24:54 +02:00