]> git.sesse.net Git - ffmpeg/commit
avcodec/mlpenc: Avoid redundant temporary PutBitContext
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 25 Mar 2021 01:55:53 +0000 (02:55 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 30 Mar 2021 10:36:31 +0000 (12:36 +0200)
commit3183eda0fa4861e88c02150b887e2945839a58a1
tree6e4c47447515f680336007551f32a2fe697dab8a
parent0ab70230f2a597545fb6063e3cebd26bbca93fa6
avcodec/mlpenc: Avoid redundant temporary PutBitContext

We are already word-aligned here, so one can just as well flush the main
PutBitContext.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/mlpenc.c