]> git.sesse.net Git - ffmpeg/commit
avcodec/tak: remove GetBitContext usage from avpriv_tak_parse_streaminfo()
authorJames Almer <jamrial@gmail.com>
Sun, 22 Oct 2017 23:29:53 +0000 (20:29 -0300)
committerJames Almer <jamrial@gmail.com>
Thu, 26 Oct 2017 03:26:08 +0000 (00:26 -0300)
commit6bd665b7c5798803366b877903fa3bce7f129d05
tree599450b1996076a58c703e17167c696ba3482d8b
parent984b882b769cab6372454cf8d5cda7c554c5ee77
avcodec/tak: remove GetBitContext usage from avpriv_tak_parse_streaminfo()

This prevents potential ABI issues with GetBitContext.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
libavcodec/tak.c
libavcodec/tak.h
libavformat/takdec.c