mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
libcdio: add a forgotten AVClass to the private context.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#undef free
|
||||
|
||||
typedef struct CDIOContext {
|
||||
AVClass *class;
|
||||
cdrom_drive_t *drive;
|
||||
cdrom_paranoia_t *paranoia;
|
||||
int32_t last_sector;
|
||||
|
||||
Reference in New Issue
Block a user