]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm.h
Revert "bitstream: make vlc init of static tables thread safe."
[ffmpeg] / libavcodec / pnm.h
index 92edf8dfefcd20f7da2486f8d3c3ef285f792745..5bc0aad29ff332cfb4b133b7ef49d5319ce38df2 100644 (file)
@@ -28,12 +28,10 @@ typedef struct PNMContext {
     uint8_t *bytestream;
     uint8_t *bytestream_start;
     uint8_t *bytestream_end;
-    AVFrame picture;
     int maxval;                 ///< maximum value of a pixel
     int type;
 } PNMContext;
 
 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);
-int ff_pnm_init(AVCodecContext *avctx);
 
 #endif /* AVCODEC_PNM_H */