]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm.h
lavf/qsvvpp: bypass vpp if not needed.
[ffmpeg] / libavcodec / pnm.h
index efba0d81834ba362d58180e2ec0b9f0c9da342b5..5fc6513ed7693aeb055bab34641bbce24d0f812c 100644 (file)
@@ -28,13 +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_end(AVCodecContext *avctx);
-int ff_pnm_init(AVCodecContext *avctx);
 
 #endif /* AVCODEC_PNM_H */