1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-09 16:39:49 +00:00
mpv/demux
Dudemanguy 8087e3371f build: remove aviocontext bytes_read check
This define was always just a stopgap for that two month period (August
2021 - October 2021) where the bytes_read field in ffmpeg was completely
missing. Before that time, it was a private member in a struct (which
mpv used). Afterwards, it officially became public. Fortunately, the
lack of this field never actually made it into a release, so it could
have only possibly affected people building from the master branch.
Since ffmpeg 5.0 came out recently, and it's been plenty of months since
that two month window, we can go ahead and drop this check. This
finishes up the work done in 78cfeee2b9.

Sidenote: the cached ffmpeg version in the mingw ci were from that time
period when the bytes_read field was missing. The N in the workflow is
bumped to force a full rebuild and fresh clone of ffmpeg.
2022-01-25 00:17:01 +02:00
..
cache.c
cache.h
codec_tags.c
codec_tags.h
cue.c
cue.h
demux_cue.c
demux_disc.c
demux_edl.c
demux_lavf.c build: remove aviocontext bytes_read check 2022-01-25 00:17:01 +02:00
demux_libarchive.c
demux_mf.c player: add track-list/N/image sub-property 2021-10-14 15:39:07 +00:00
demux_mkv_timeline.c
demux_mkv.c osdep: rename MP_UNREACHABLE 2021-11-03 15:15:20 +01:00
demux_null.c
demux_playlist.c demux_playlist: extend maximum line size (again) to 2M 2021-09-06 10:16:25 +03:00
demux_raw.c
demux_timeline.c player: add track-list/N/image sub-property 2021-10-14 15:39:07 +00:00
demux.c osdep: rename MP_UNREACHABLE 2021-11-03 15:15:20 +01:00
demux.h
ebml.c demux_edl: rename ebml_defs.c to ebml_defs.inc 2021-11-14 19:13:10 +00:00
ebml.h
matroska.h
packet.c demux/packet: replace deprecated av_init_packet() 2022-01-10 22:56:52 +01:00
packet.h
stheader.h player: add track-list/N/image sub-property 2021-10-14 15:39:07 +00:00
timeline.c
timeline.h