git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
vaapi_h264: Add constant-bitrate encode support
[ffmpeg.git]
/
libavfilter
/
vf_drawbox.c
diff --git
a/libavfilter/vf_drawbox.c
b/libavfilter/vf_drawbox.c
index
2241974
..
ab14af2
100644
(file)
--- a/
libavfilter/vf_drawbox.c
+++ b/
libavfilter/vf_drawbox.c
@@
-36,7
+36,7
@@
enum { Y, U, V, A };
-typedef struct {
+typedef struct
DrawBoxContext
{
const AVClass *class;
int x, y, w_opt, h_opt, w, h;
char *color_str;