Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-28 20:42:00 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-28 20:52:40 +0300
commit8c2f00d5909dae94138bdd10625acaf159b23679 (patch)
tree95f675185849578cde9567389574fd6555ceb1bd /ffmpeg.h
parent0b8b18b4fbbd800849d5381a7a90d0e2fcfe6a22 (diff)
ffmpeg.c: remove all remaining coded_frame uses
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 6e2267acdc..a7e5e51140 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -460,6 +460,9 @@ typedef struct OutputStream {
/* packet quality factor */
int quality;
+ /* packet picture type */
+ int pict_type;
+
/* frame encode sum of squared error values */
int64_t error[4];
} OutputStream;