summaryrefslogtreecommitdiff
path: root/gst/jpegformat
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2010-11-17 10:49:30 +0100
committerStefan Kost <ensonic@users.sf.net>2010-11-19 16:25:39 +0200
commite11fdf67f04dafa8bdbe00d0993713ce787617aa (patch)
treec81044bf1e030eb57ca921872efb8cce1f92f7fa /gst/jpegformat
parentd0dc44db0230113478a4e9f3abc54b70c0d8fcfd (diff)
downloadgstreamer-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.c2
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