Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tim-Philipp Müller
gst-plugins-good
Commits
7e5d4b0f
Commit
7e5d4b0f
authored
Apr 08, 2010
by
Stefan Kost
Browse files
jpegdec: move macro to c source
One less semi public symbol without namespace prefix in the headers.
parent
8695f5a8
Changes
2
Hide whitespace changes
Inline
Side-by-side
ext/jpeg/gstjpegdec.c
View file @
7e5d4b0f
...
...
@@ -48,6 +48,9 @@
#define MIN_HEIGHT 8
#define MAX_HEIGHT 65535
#define CINFO_GET_JPEGDEC(cinfo_ptr) \
(((struct GstJpegDecSourceMgr*)((cinfo_ptr)->src))->dec)
#define JPEG_DEFAULT_IDCT_METHOD JDCT_FASTEST
enum
...
...
ext/jpeg/gstjpegdec.h
View file @
7e5d4b0f
...
...
@@ -58,9 +58,6 @@ struct GstJpegDecSourceMgr {
GstJpegDec
*
dec
;
};
#define CINFO_GET_JPEGDEC(cinfo_ptr) \
(((struct GstJpegDecSourceMgr*)((cinfo_ptr)->src))->dec)
/* Can't use GstBaseTransform, because GstBaseTransform
* doesn't handle the N buffers in, 1 buffer out case,
* but only the 1-in 1-out case */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment