mirror of https://github.com/FFmpeg/FFmpeg.git
Looking at 3f75e5116b
, the field
was supposed to be private, but during merging the field and the
group that had the comment about it got separated.
Thus, move the actual privately utilized state of this variable
into the private FFIOContext. Additionally, name the private field
somewhat better, so that it does not get confused with the amount
of bytes written out.
pull/373/head
parent
97cff84f10
commit
d39b58dc32
2 changed files with 13 additions and 4 deletions
Loading…
Reference in new issue