Skip to content
Snippets Groups Projects
Commit 0440cabf authored by Gwenole Beauchesne's avatar Gwenole Beauchesne
Browse files

codecparsers: h264: add nal_reader_skip_long() helper.


Add nal_reader_skip_long() helper function to allow an arbitrary number
of bits to be skipped. The former nal_reader_skip() function is too
limited to the actual cache size.

Use this new function to simplify gst_h264_parser_parse_sei_message()
default case, that skips unsupported payloads.

v2: made args consistent from header to source file.

Signed-off-by: default avatarGwenole Beauchesne <gwenole.beauchesne@intel.com>
parent 2e83aca7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment