]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm.h
avutil/mem: Also poison new av_realloc-allocated blocks
[ffmpeg] / libavcodec / pnm.h
index 5bc0aad29ff332cfb4b133b7ef49d5319ce38df2..89c3b5a2da96bb541397fcd89983f4a46262d32f 100644 (file)
@@ -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);