]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/intrax8.h
h264: Use AVERROR return codes instead of -1
[ffmpeg] / libavcodec / intrax8.h
index be984f8df7a615d2f0d198410c8bd76a4bf29871..69673171a8d9a1857599b0f285f97ed8113a48d5 100644 (file)
@@ -23,7 +23,7 @@
 #include "mpegvideo.h"
 #include "intrax8dsp.h"
 
-typedef struct{
+typedef struct IntraX8Context {
     VLC * j_ac_vlc[4];//they point to the static j_mb_vlc
     VLC * j_orient_vlc;
     VLC * j_dc_vlc[3];