mirror of https://github.com/FFmpeg/FFmpeg.git
This fixes a regression sincepull/8/headd9cf5f51
with theora over RTP (possibly with other variants of theora as well). In theora over RTP, the second of the 3 headers turns out to be 0 bytes long, which prior tod9cf5f51
worked just fine. Afterd9cf5f51
, reading from the bitstream reader fails (since the reader wasn't initialized but returned an error if initialized with 0 bits). CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
parent
b805c725a3
commit
e33db35b4a
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue