summaryrefslogtreecommitdiffstats
path: root/libmpdemux/demuxer.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-16 05:00:34 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-04-23 13:41:05 +0300
commitd3d12332d647d2e9281220b84050518bc3f0cb03 (patch)
treee29595a243a7f2e9911db08605a9d20c4ce29f19 /libmpdemux/demuxer.c
parent732ee3474ac23a16f0ed7e791c0a5f8160a11ebd (diff)
downloadmpv-d3d12332d647d2e9281220b84050518bc3f0cb03.tar.bz2
mpv-d3d12332d647d2e9281220b84050518bc3f0cb03.tar.xz
Declare demuxer *_streams fields with proper types
Give sh_audio_t, sh_video_t and sh_sub_t which before had typedef names only a matching struct name (without _t) too. Change the a_streams, v_streams and s_streams demuxer fields from void * to struct sh_audio *, struct sh_video * and struct sh_sub *. Remove a now unnecessary cast from mplayer.c.
Diffstat (limited to 'libmpdemux/demuxer.c')
0 files changed, 0 insertions, 0 deletions