Commit 2d8cfe1f authored by chinshou's avatar chinshou Committed by Michael Niedermayer

libcdio: Fix missing avclass in context

Fixes Ticket526
parent a5dfeb61
...@@ -37,6 +37,7 @@ ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment