summaryrefslogtreecommitdiffstats
path: root/libavcodec/sipr.h
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-12-23 19:58:35 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2013-02-12 12:22:39 -0500
commit09d6831f490179a3d87f680955f29b9d7cdda4d4 (patch)
tree33b5a2be443c3dc0527f13ad54b78f128fb0f2dd /libavcodec/sipr.h
parentfed74c0ae497723f4756fab5cfe3ac9b04176edf (diff)
downloadffmpeg-streaming-09d6831f490179a3d87f680955f29b9d7cdda4d4.zip
ffmpeg-streaming-09d6831f490179a3d87f680955f29b9d7cdda4d4.tar.gz
sipr: decode directly to the user-provided AVFrame
Diffstat (limited to 'libavcodec/sipr.h')
-rw-r--r--libavcodec/sipr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/sipr.h b/libavcodec/sipr.h
index 5007c75..1a35cdb 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;
OpenPOWER on IntegriCloud