diff options
author | wm4 <wm4@nowhere> | 2013-07-11 19:10:33 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2013-07-11 19:10:33 +0200 |
commit | a5224836293ac02bd13f688cfc848aae6818e963 (patch) | |
tree | c67c9a61505583a0614ccc2c7cdbdb4e1deffda2 /osdep | |
parent | 07c5327fa0c3411bcb8caad17d70b014d6b022dd (diff) | |
download | mpv-a5224836293ac02bd13f688cfc848aae6818e963.tar.bz2 mpv-a5224836293ac02bd13f688cfc848aae6818e963.tar.xz |
demux: remove facility for partial packet reads
Partial packet reads were needed because the video/audio parsers were
working on top of them. So it could happen that a parser read a part of
a packet, and returned that to the decoder. With libavformat/libavcodec,
packets are already parsed, and everything is much simpler.
Most of the simplifications in ad_spdif could have been done earlier.
Remove some other stuff as well, like the questionable slave mode start
time reporting (could be replaced by proper code, but we don't bother).
Remove the unused skip_audio_frame() functionality as well (it was used
by old demuxers). Some functions become private to demux.c, like
demux_fill_buffer(). Introduce new packet read functions, which have
simpler semantics. Packets returned from them are owned by the caller,
and all packets in the demux.c packet queue are considered unread.
Remove special code that dropped subtitle packets with size 0. This
used to be needed because it caused special cases in the old code.
Diffstat (limited to 'osdep')
0 files changed, 0 insertions, 0 deletions