1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-17 14:55:06 +02:00

libcdio: Fix missing avclass in context

Fixes Ticket526
This commit is contained in:
chinshou 2011-10-03 15:40:40 +02:00 committed by Michael Niedermayer
parent a5dfeb612e
commit 2d8cfe1f65

View File

@ -37,6 +37,7 @@
#undef free #undef free
typedef struct CDIOContext { typedef struct CDIOContext {
const AVClass *class;
cdrom_drive_t *drive; cdrom_drive_t *drive;
cdrom_paranoia_t *paranoia; cdrom_paranoia_t *paranoia;
int32_t last_sector; int32_t last_sector;