Imported Debian version 2.5.2~trusty
[deb_ffmpeg.git] / ffmpeg / libavcodec / h264.h
index b94f06b6d1402159b15e3f09c1dd94fded608e84..cb7e6f92461b3c4d53cffdc1bb1f9fb83f5c0de6 100644 (file)
@@ -338,6 +338,7 @@ typedef struct H264Picture {
  * H264Context
  */
 typedef struct H264Context {
+    AVClass *av_class;
     AVCodecContext *avctx;
     MECmpContext mecc;
     VideoDSPContext vdsp;