]> git.sesse.net Git - vlc/blobdiff - modules/codec/avcodec/avcodec.h
avcodec: remove redundant decoder_sys_t.i_cat
[vlc] / modules / codec / avcodec / avcodec.h
index 1928f46dc82f0a970b668d989cc65277fdb5cc3d..44302d0b0baca4c46c92c0cccb0058c74a443b54 100644 (file)
@@ -243,7 +243,6 @@ int ffmpeg_OpenCodec( decoder_t *p_dec );
    "hev1 and hev2 are currently supported only with libfdk-aac enabled libavcodec" )
 
 #define AVCODEC_COMMON_MEMBERS   \
-    int i_cat;                  \
     int i_codec_id;             \
     const char *psz_namecodec;  \
     AVCodecContext *p_context;  \