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:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-25 01:26:08 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-03-25 21:07:52 +0300
commit1970ee10459942235f6639f013e755da69cc2048 (patch)
treece80b48c4aad59ebcc02cbe2a0f751c141900b93 /libavcodec/error_resilience.h
parent50c35d069a0d300d2d30986b277e9ab0c502d661 (diff)
avcodec/error_resilience: Remove write only ERContext.ref_count
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/error_resilience.h')
-rw-r--r--libavcodec/error_resilience.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/error_resilience.h b/libavcodec/error_resilience.h
index bb770ff674..2187586618 100644
--- a/libavcodec/error_resilience.h
+++ b/libavcodec/error_resilience.h
@@ -81,7 +81,6 @@ typedef struct ERContext {
uint16_t pb_time;
int quarter_sample;
int partitioned_frame;
- int ref_count;
void (*decode_mb)(void *opaque, int ref, int mv_dir, int mv_type,
int (*mv)[2][4][2],