From 8767a009a1dc27b07a2d3dca8679748e06fcc7e1 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 27 Oct 2009 17:15:05 +0000 Subject: Move PNM init/end functions to the PNM common code. This is done in preparation for the PNM encoder/decoder split. Originally committed as revision 20382 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/pnm.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/pnm.h') diff --git a/libavcodec/pnm.h b/libavcodec/pnm.h index ef0cd8676e..163cad0815 100644 --- a/libavcodec/pnm.h +++ b/libavcodec/pnm.h @@ -33,5 +33,7 @@ typedef struct PNMContext { } 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 */ -- cgit v1.2.3