[MPlayer-cvslog] r36529 - in trunk/stream: stream_vcd.c vcd_read.h vcd_read_darwin.h vcd_read_fbsd.h vcd_read_os2.h vcd_read_win32.h
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Tue Dec 3 00:21:00 CET 2013
On 02.12.2013, at 14:53, ib <subversion at mplayerhq.hu> wrote:
> Author: ib
> Date: Mon Dec 2 14:53:03 2013
> New Revision: 36529
>
> Log:
> Revise and fix stream control for VCD.
>
> A VCD's stream->priv is a pointer of type mp_vcd_priv_t and not one
> of type stream_priv_s. Add a struct member 'track' to mp_vcd_priv_t
> to store the track information there.
Since I think you asked about it: you can of course reduce the code duplication by introducing some common vcd struct.
The os-specific parts can then for example contain that as a first element (like FFmpeg does with e.g. avclass)
More information about the MPlayer-cvslog
mailing list