diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-12-23 19:58:35 -0500 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2013-02-12 12:22:39 -0500 |
commit | 09d6831f490179a3d87f680955f29b9d7cdda4d4 (patch) | |
tree | 33b5a2be443c3dc0527f13ad54b78f128fb0f2dd /libavcodec/sipr.h | |
parent | fed74c0ae497723f4756fab5cfe3ac9b04176edf (diff) | |
download | ffmpeg-09d6831f490179a3d87f680955f29b9d7cdda4d4.tar.gz |
sipr: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/sipr.h')
-rw-r--r-- | libavcodec/sipr.h | 1 |
1 files changed, 0 insertions, 1 deletions
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; |