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
Camilo Celis Guzman
gst-plugins-good
Commits
e30601f4
Commit
e30601f4
authored
Sep 09, 2005
by
Thomas Vander Stichele
Browse files
fix compiler warnings
Original commit message from CVS: fix compiler warnings
parent
df82aa5a
Changes
3
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
e30601f4
2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/jpeg/gstsmokeenc.c: (gst_smokeenc_chain):
* ext/jpeg/smokecodec.c: (find_best_size):
fix compiler warnings
2005-09-09 Thomas Vander Stichele <thomas at apestaart dot org>
* gst-plugins-good.spec.in:
...
...
ext/jpeg/gstsmokeenc.c
View file @
e30601f4
...
...
@@ -293,7 +293,8 @@ gst_smokeenc_chain (GstPad * pad, GstBuffer * buf)
GstSmokeEnc
*
smokeenc
;
guchar
*
data
,
*
outdata
;
gulong
size
;
gint
outsize
,
encsize
;
gint
outsize
;
guint
encsize
;
GstBuffer
*
outbuf
;
SmokeCodecFlags
flags
;
...
...
ext/jpeg/smokecodec.c
View file @
e30601f4
...
...
@@ -279,7 +279,7 @@ smokecodec_get_bitrate (SmokeCodecInfo * info, unsigned int *bitrate)
}
static
void
find_best_size
(
int
blocks
,
int
*
width
,
int
*
height
)
find_best_size
(
int
blocks
,
unsigned
int
*
width
,
unsigned
int
*
height
)
{
int
sqchng
;
int
w
,
h
;
...
...
Write
Preview
Supports
Markdown
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