summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-20 09:08:00 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-02 10:59:24 +0200
commit52b632b65be91264543065296a6a197d2a087c70 (patch)
tree2e37c591fb1b9326c88b9bdc824f43b95b8e8bd4 /fftools/ffmpeg.h
parentf4a60b8ddc07b9385b601d18c00c600b50402481 (diff)
downloadffmpeg-52b632b65be91264543065296a6a197d2a087c70.tar.gz
fftools/ffmpeg: drop OutputStream.pict_type
It is no longer used outside of update_video_stats(), so make it a stack variable in that function.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index a41bc9b518..c3cb365a3b 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -671,9 +671,6 @@ 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];