diff options
Diffstat (limited to 'ffmpeg/libavcodec/pnm.h')
| -rw-r--r-- | ffmpeg/libavcodec/pnm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg/libavcodec/pnm.h b/ffmpeg/libavcodec/pnm.h index 92edf8d..5bc0aad 100644 --- a/ffmpeg/libavcodec/pnm.h +++ b/ffmpeg/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 */ |
