[Bug 796519] Add AV1 codec parser

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Aug 14 15:00:43 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=796519

--- Comment #43 from Georg Ottinger <g.ottinger at gmx.at> ---
> 
> ::: gst-libs/gst/codecparsers/gstav1parser.c
> @@ +167,3 @@
> +#define gst_av1_bit_reader_skip(br, nbits) if
> (!gst_bit_reader_skip(br,(nbits))) { \
> +                                             GST_LOG("Skip Bit Error at
> line %d",__LINE__); \
> +                                             return
> GST_AV1_PARSER_SKIPBITS_ERROR; \
> 
> inlined function instead?
> 

the point of the #define is to generate something that can return the "calling"
function. I am not aware of a way to do this with inline functions ...

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list