X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fpnm.h;h=89c3b5a2da96bb541397fcd89983f4a46262d32f;hb=59dd70299007677bd1501973f537d54fc52b2746;hp=5bc0aad29ff332cfb4b133b7ef49d5319ce38df2;hpb=20608261f7818fc034f96034a089e755f095716e;p=ffmpeg diff --git a/libavcodec/pnm.h b/libavcodec/pnm.h index 5bc0aad29ff..89c3b5a2da9 100644 --- a/libavcodec/pnm.h +++ b/libavcodec/pnm.h @@ -30,6 +30,8 @@ typedef struct PNMContext { uint8_t *bytestream_end; int maxval; ///< maximum value of a pixel int type; + int endian; + float scale; } PNMContext; int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);