libcdio: add a forgotten AVClass to the private context.

pull/3/merge
Anton Khirnov 13 years ago
parent 1c97b5c4a3
commit 87392b1fd5
  1. 1
      libavdevice/libcdio.c

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

Loading…
Cancel
Save