From 09d6831f490179a3d87f680955f29b9d7cdda4d4 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Sun, 23 Dec 2012 19:58:35 -0500 Subject: sipr: decode directly to the user-provided AVFrame --- libavcodec/sipr.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/sipr.h') diff --git a/libavcodec/sipr.h b/libavcodec/sipr.h index 5007c75c8a..1a35cdbfc1 100644 --- a/libavcodec/sipr.h +++ b/libavcodec/sipr.h @@ -65,7 +65,6 @@ typedef struct SiprParameters { typedef struct SiprContext { AVCodecContext *avctx; - AVFrame frame; SiprMode mode; -- cgit v1.2.3