codec: add a set of functions to use a plain FIFO
commitfc2257b66b8f0b6ee4ca498cb8f53b1b6b4b3597
authorSteve Lhomme <robux4@videolabs.io>
Mon, 4 Sep 2017 11:59:25 +0000 (4 13:59 +0200)
committerSteve Lhomme <robux4@ycbcr.xyz>
Wed, 4 Apr 2018 16:25:31 +0000 (4 18:25 +0200)
tree33b540fafcca3ccc6370a80194001041f2134751
parente75195e501b8410e61a2e005bc75c672e071439a
codec: add a set of functions to use a plain FIFO

It's similar to the block FIFO but with no locking.
modules/codec/vlc_fifo_helper.h [new file with mode: 0644]