mpv/mpvcore/player
wm4 904c73d2d2 demux: remove gsh field from sh_audio/sh_video/sh_sub
This used to be needed to access the generic stream header from the
specific headers, which in turn was needed because the decoders had
access only to the specific headers. This is not the case anymore, so
this can finally be removed again.

Also move the "format" field from the specific headers to sh_stream.
2013-11-23 21:37:56 +01:00
..
lua
timeline timeline: reject mplayer2 EDL files, change EDL header 2013-11-21 15:59:00 +01:00
audio.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
command.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
command.h
configfiles.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
loadfile.c player: rearrange how subtitle context and stream headers are used 2013-11-23 21:37:15 +01:00
main.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
misc.c mplayer: fix passing size_t as %d to printf() 2013-11-20 18:12:14 +01:00
mp_core.h player: rearrange how subtitle context and stream headers are used 2013-11-23 21:37:15 +01:00
mp_lua.c configure: uniform the defines to #define HAVE_xxx (0|1) 2013-11-03 21:59:54 +01:00
mp_lua.h
osd.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
playloop.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
screenshot.c video: move decoder context from sh_video into new struct 2013-11-23 21:36:20 +01:00
screenshot.h
sub.c player: rearrange how subtitle context and stream headers are used 2013-11-23 21:37:15 +01:00
video.c demux: remove gsh field from sh_audio/sh_video/sh_sub 2013-11-23 21:37:56 +01:00