diff options
Diffstat (limited to 'src/input/vcd/libvcd/mpeg.h')
| -rw-r--r-- | src/input/vcd/libvcd/mpeg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/vcd/libvcd/mpeg.h b/src/input/vcd/libvcd/mpeg.h index d57c1a36e..2d28d2aef 100644 --- a/src/input/vcd/libvcd/mpeg.h +++ b/src/input/vcd/libvcd/mpeg.h @@ -1,5 +1,5 @@ /* - $Id: mpeg.h,v 1.2 2004/04/11 12:20:32 miguelfreitas Exp $ + $Id: mpeg.h,v 1.3 2005/01/01 02:43:59 rockyb Exp $ Copyright (C) 2000 Herbert Valerio Riedel <hvr@gnu.org> @@ -103,7 +103,7 @@ typedef struct { unsigned vbvsize; bool constrained_flag; - VcdList *aps_list; /* filled up by vcd_mpeg_source */ + CdioList *aps_list; /* filled up by vcd_mpeg_source */ double last_aps_pts; /* temp, see ->packet */ } shdr[3]; |
