mirror of https://github.com/FFmpeg/FFmpeg.git
This was not observed earlier because the only syntax element which
it normally misses with the current setup is slice_qp_delta, but that
is always going to be zero (in IDR frames QP isn't varied on the
slice) which will always exp-golomb code as a single 1 bit. The
immediately following part is the byte alignment, which is always a 1
bit followed by 0s which are ignored, so as long as the bitstream is
never aligned at that point we will never notice because the only
difference is that an ignored bit is a 1 instead of a 0.
(cherry picked from commit fc30a90898
)
pull/241/head
parent
6796e6ea84
commit
ae0230cc3e
1 changed files with 58 additions and 58 deletions
Loading…
Reference in new issue