This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
libcdio: Fix missing avclass in context
Fixes Ticket526
tags/n0.9
chinshou
Michael Niedermayer
14 years ago
parent
a5dfeb612e
commit
2d8cfe1f65
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavdevice/libcdio.c
+ 1
- 0
libavdevice/libcdio.c
View File
@@ -37,6 +37,7 @@
#undef free
typedef struct CDIOContext {
const AVClass *class;
cdrom_drive_t *drive;
cdrom_paranoia_t *paranoia;
int32_t last_sector;
Write
Preview
Loading…
Cancel
Save