summaryrefslogtreecommitdiff
path: root/libavcodec/pnm.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-09 10:14:46 +0100
committerAnton Khirnov <anton@khirnov.net>2013-12-09 08:41:20 +0100
commitafa21a12bf084f905187615706b0a8d92bc98661 (patch)
tree01d0e07064dbaa0f9699a70382f59bb4c8693d27 /libavcodec/pnm.h
parente2274aa555f023e4f4e4819bf29b2d7e0adec7d5 (diff)
p*menc: use the AVFrame API properly.
Diffstat (limited to 'libavcodec/pnm.h')
-rw-r--r--libavcodec/pnm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/pnm.h b/libavcodec/pnm.h
index ec5ebdb4fe..5fc6513ed7 100644
--- a/libavcodec/pnm.h
+++ b/libavcodec/pnm.h
@@ -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 */