forked from FFmpeg/FFmpeg
libcdio: add a forgotten AVClass to the private context.
This commit is contained in:
parent
1c97b5c4a3
commit
87392b1fd5
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@
|
|||
#undef free
|
||||
|
||||
typedef struct CDIOContext {
|
||||
AVClass *class;
|
||||
cdrom_drive_t *drive;
|
||||
cdrom_paranoia_t *paranoia;
|
||||
int32_t last_sector;
|
||||
|
|
Loading…
Add table
Reference in a new issue