You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +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