[FFmpeg-cvslog] libcdio: add a forgotten AVClass to the private context.

Anton Khirnov git at videolan.org
Mon Mar 5 00:28:56 CET 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Mar  3 06:26:39 2012 +0100| [87392b1fd5c59004b8e559463b47836e418d1d27] | committer: Anton Khirnov

libcdio: add a forgotten AVClass to the private context.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87392b1fd5c59004b8e559463b47836e418d1d27
---

 libavdevice/libcdio.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavdevice/libcdio.c b/libavdevice/libcdio.c
index 747adf9..ae2b7d4 100644
--- a/libavdevice/libcdio.c
+++ b/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;



More information about the ffmpeg-cvslog mailing list