diff options
author | Víctor Manuel Jáquez Leal <vjaquez@igalia.com> | 2010-11-17 10:49:30 +0100 |
---|---|---|
committer | Stefan Kost <ensonic@users.sf.net> | 2010-11-19 16:25:39 +0200 |
commit | e11fdf67f04dafa8bdbe00d0993713ce787617aa (patch) | |
tree | c81044bf1e030eb57ca921872efb8cce1f92f7fa /gst/jpegformat | |
parent | d0dc44db0230113478a4e9f3abc54b70c0d8fcfd (diff) | |
download | gstreamer-plugins-bad-e11fdf67f04dafa8bdbe00d0993713ce787617aa.tar.gz |
jpegparse: inline gst_jpeg_parse_sof ()
No functional changes (hopefully).
https://bugzilla.gnome.org/show_bug.cgi?id=626618
Diffstat (limited to 'gst/jpegformat')
-rw-r--r-- | gst/jpegformat/gstjpegparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/jpegformat/gstjpegparse.c b/gst/jpegformat/gstjpegparse.c index 2d75df83a..d09c4ca2b 100644 --- a/gst/jpegformat/gstjpegparse.c +++ b/gst/jpegformat/gstjpegparse.c @@ -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 |