git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
C99 initializers and kill warnings patch by (mru at users dot sourceforge dot net...
[ffmpeg.git]
/
libavcodec
/
motion_est.c
diff --git
a/libavcodec/motion_est.c
b/libavcodec/motion_est.c
index
35c0981
..
1f25772
100644
(file)
--- a/
libavcodec/motion_est.c
+++ b/
libavcodec/motion_est.c
@@
-302,7
+302,7
@@
static void set_cmp(MpegEncContext *s, me_cmp_func *cmp, int type){
default:
fprintf(stderr,"internal error in cmp function selection\n");
}
-}
;
+}
static inline int get_penalty_factor(MpegEncContext *s, int type){
switch(type&0xFF){