diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-05-01 13:11:13 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-06-12 10:36:37 +0200 |
commit | 685cda26aa03a1cf54c701d4399909d784f0dcce (patch) | |
tree | 6799b737451457fa7a7a1992a89ca554673cb40c /libavcodec/msmpeg4enc.c | |
parent | 68a06640b1db48494498958976b2a22b85115426 (diff) | |
download | ffmpeg-685cda26aa03a1cf54c701d4399909d784f0dcce.tar.gz |
avcodec/mpegvideo, ratecontrol: Remove write-only skip_count
Write-only since 6cf0cb8935f515a7b5f79d2e3cf02bd0764943bf.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/msmpeg4enc.c')
-rw-r--r-- | libavcodec/msmpeg4enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4enc.c b/libavcodec/msmpeg4enc.c index 119ea8f15e..c159256068 100644 --- a/libavcodec/msmpeg4enc.c +++ b/libavcodec/msmpeg4enc.c @@ -405,7 +405,6 @@ void ff_msmpeg4_encode_mb(MpegEncContext * s, put_bits(&s->pb, 1, 1); s->last_bits++; s->misc_bits++; - s->skip_count++; return; } |