summaryrefslogtreecommitdiff
path: root/libavcodec/svq1enc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/svq1enc.h')
-rw-r--r--libavcodec/svq1enc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/svq1enc.h b/libavcodec/svq1enc.h
index 516e875657..5ecb2a5639 100644
--- a/libavcodec/svq1enc.h
+++ b/libavcodec/svq1enc.h
@@ -44,6 +44,10 @@ typedef struct SVQ1EncContext {
PutBitContext pb;
GetBitContext gb;
+ /* Some compression statistics */
+ enum AVPictureType pict_type;
+ int quality;
+
/* why ooh why this sick breadth first order,
* everything is slower and more complex */
PutBitContext reorder_pb[6];