1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-07-15 00:41:37 +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
typedef struct CDIOContext {
const AVClass *class;
cdrom_drive_t *drive;
cdrom_paranoia_t *paranoia;
int32_t last_sector;