mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
jpegparse: inline gst_jpeg_parse_sof ()
No functional changes (hopefully). https://bugzilla.gnome.org/show_bug.cgi?id=626618
This commit is contained in:
parent
d0dc44db02
commit
e11fdf67f0
1 changed files with 1 additions and 1 deletions
|
@ -420,7 +420,7 @@ need_more_data:
|
|||
}
|
||||
}
|
||||
|
||||
static gboolean
|
||||
static inline gboolean
|
||||
gst_jpeg_parse_sof (GstJpegParse * parse, GstByteReader * reader)
|
||||
{
|
||||
guint8 numcomps = 0; /* Number of components in image
|
||||
|
|
Loading…
Reference in a new issue