libcdio: add a forgotten AVClass to the private context.

This commit is contained in:
Anton Khirnov 2012-03-03 06:26:39 +01:00
parent 1c97b5c4a3
commit 87392b1fd5

View File

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