mpv/audio/decode
wm4 fe0c37b007 player: better handling of video with no timestamps
Trying to handle such video is almost worthless, but it was requested by
at least 2 users.

If there are no timestamps, enable byte seeking by setting
ts_resets_possible. Use the video FPS (wherever it comes from) and the
audio samplerate for timing. The latter was already done by making the
first packet emit DTS=0; remove this again and do it "properly" in a
higher level.
2015-03-20 22:08:12 +01:00
..
ad.h audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
ad_lavc.c player: print used number of threads in verbose mode 2015-01-05 12:17:55 +01:00
ad_mpg123.c audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00
ad_spdif.c audio: fix spdif packet size unit 2015-03-10 17:11:38 +01:00
dec_audio.c player: better handling of video with no timestamps 2015-03-20 22:08:12 +01:00
dec_audio.h audio: make decoders output refcounted frames 2014-11-10 22:02:05 +01:00