]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/pnm.h
lavc: remove disabled FF_API_IDCT cruft
[ffmpeg] / libavcodec / pnm.h
index efba0d81834ba362d58180e2ec0b9f0c9da342b5..ec5ebdb4fe6b99ade1e7224578631f0f1f52e98c 100644 (file)
@@ -34,7 +34,6 @@ typedef struct PNMContext {
 } 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 */