X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fv210dec.h;h=e1e3d32ccc789211e4711fe56bcbeb898cd38f24;hb=fec512a52cdd1bab84958474cc160fdb7be81dec;hp=48be729a5f106d99390f21dc69196f9b6ada2fc2;hpb=6bfb3042b3158f0a87629ab0c126cccb269c3d5a;p=ffmpeg diff --git a/libavcodec/v210dec.h b/libavcodec/v210dec.h index 48be729a5f1..e1e3d32ccc7 100644 --- a/libavcodec/v210dec.h +++ b/libavcodec/v210dec.h @@ -22,10 +22,12 @@ #include "libavutil/log.h" #include "libavutil/opt.h" + typedef struct { AVClass *av_class; int custom_stride; int aligned_input; + int stride_warning_shown; void (*unpack_frame)(const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width); } V210DecContext;