0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 03:52:22 +02:00
mpv/audio/decode
wm4 6be58df8d1 ad_lavc: respect AV_FRAME_FLAG_DISCARD
Since we set "skip_manual", we can actually get frames with this set.
Currently, only AV_PKT_FLAG_DISCARD will trigger this flag, and only
mov.c sets the latter flags, so this is related to FFmpeg's half-broken
mp4 edit list support.
2017-01-24 08:04:53 +01:00
..
ad_lavc.c ad_lavc: respect AV_FRAME_FLAG_DISCARD 2017-01-24 08:04:53 +01:00
ad_spdif.c ad_spdif: log avformat errors 2017-01-19 12:44:28 +01:00
ad.h audio: restructure decode loop 2017-01-11 11:58:32 +01:00
dec_audio.c audio: restructure decode loop 2017-01-11 11:58:32 +01:00
dec_audio.h audio: change how spdif codecs are selected 2016-12-23 18:10:07 +01:00