Commit 87392b1f authored by Anton Khirnov's avatar Anton Khirnov

libcdio: add a forgotten AVClass to the private context.

parent 1c97b5c4
...@@ -37,6 +37,7 @@ ...@@ -37,6 +37,7 @@
#undef free #undef free
typedef struct CDIOContext { typedef struct CDIOContext {
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