mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'
* commit '58400ac133bcfb6bf8196b4e5208bc178307739b': lavfi: name anonymous structs Conflicts: libavfilter/buffersink.c libavfilter/f_select.c libavfilter/src_movie.c libavfilter/vf_drawbox.c libavfilter/vf_drawtext.c libavfilter/vf_overlay.c libavfilter/vf_showinfo.c libavfilter/vf_unsharp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
#include "internal.h"
|
||||
#include "video.h"
|
||||
|
||||
typedef struct {
|
||||
typedef struct TestSourceContext {
|
||||
const AVClass *class;
|
||||
int w, h;
|
||||
unsigned int nb_frame;
|
||||
@@ -488,7 +488,7 @@ static void draw_digit(int digit, uint8_t *dst, int dst_linesize,
|
||||
#define LEFT_BOT_VBAR 16
|
||||
#define RIGHT_TOP_VBAR 32
|
||||
#define RIGHT_BOT_VBAR 64
|
||||
struct {
|
||||
struct segments {
|
||||
int x, y, w, h;
|
||||
} segments[] = {
|
||||
{ 1, 0, 5, 1 }, /* TOP_HBAR */
|
||||
|
||||
Reference in New Issue
Block a user