diff pnm.h @ 10460:059265d3cc65 libavcodec

Move PNM init/end functions to the PNM common code. This is done in preparation for the PNM encoder/decoder split.
author diego
date Tue, 27 Oct 2009 17:15:05 +0000
parents 04423b2f6e0b
children d6860312274c
line wrap: on
line diff
--- a/pnm.h	Tue Oct 27 16:57:35 2009 +0000
+++ b/pnm.h	Tue Oct 27 17:15:05 2009 +0000
@@ -33,5 +33,7 @@
 } PNMContext;
 
 int ff_pnm_decode_header(AVCodecContext *avctx, PNMContext * const s);
+av_cold int ff_pnm_end(AVCodecContext *avctx);
+av_cold int ff_pnm_init(AVCodecContext *avctx);
 
 #endif /* AVCODEC_PNM_H */