]> git.tuebingen.mpg.de Git - paraslash.git/commit
opus: Make opus_common.[ch] independent of ogg.h.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 14 Mar 2016 08:00:28 +0000 (09:00 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 28 Mar 2016 17:24:01 +0000 (17:24 +0000)
commit8addac4aca5f29db18d5beb21f464e4744c97bb7
treed4f244ea4c154bb3cf6f4a45756073ede048a360
parent9250014c8716067517819351ad38b2485a2505e1
opus: Make opus_common.[ch] independent of ogg.h.

The only reason opus_common.c includes ogg.h is that struct opus_header
contains a variable of type ogg_uint32_t. By using plain uint32_t
instead we may get rid of the include.
opus_common.c
opus_common.h