mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
codecparsers: vp8: move up built-in range decoder private data.
Use the first _gst_reserved[] slot to hold the built-in range decoder private data. The first slot was formerly the buffer size, which was then promoted to semi-public namespace when it got integrated as git commit 2940ac6. Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
This commit is contained in:
parent
c39105524a
commit
c46b63d44e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "dboolhuff.h"
|
||||
|
||||
#define BOOL_DECODER_CAST(rd) \
|
||||
((BOOL_DECODER *)(&(rd)->_gst_reserved[1]))
|
||||
((BOOL_DECODER *)(&(rd)->_gst_reserved[0]))
|
||||
|
||||
gboolean
|
||||
gst_vp8_range_decoder_init (GstVp8RangeDecoder * rd, const guchar * buf,
|
||||
|
|
Loading…
Reference in a new issue