summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-06-19 14:57:11 +0200
committerAnton Khirnov <anton@khirnov.net>2022-07-28 16:37:16 +0200
commit61e42e04eda6532f341a5a840a9e51bfc1030ee7 (patch)
tree007dc3de4389a77397e6f14ffaac06cf90eeacdf /fftools/ffmpeg.h
parent8cbf229c941b3c77a756bff05d0ceb5f4f2219c5 (diff)
fftools/ffmpeg: drop OutputStream.ref_par
It serves no purpose, codec parameters can be written directly to AVStream.codecpar with the same effect.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 0c9498c23e..59c2f47a66 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -481,7 +481,6 @@ typedef struct OutputStream {
AVBSFContext *bsf_ctx;
AVCodecContext *enc_ctx;
- AVCodecParameters *ref_par; /* associated input codec parameters with encoders options applied */
const AVCodec *enc;
int64_t max_frames;
AVFrame *filtered_frame;