diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-11 11:54:15 +0200 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-19 16:20:57 +0200 |
commit | 58400ac133bcfb6bf8196b4e5208bc178307739b (patch) | |
tree | e2aa839ab2febe9562abf3857afb470bb413b5a3 /libavfilter/setpts.c | |
parent | 4936ef6492f640e1606c6507f2c4e495164d3974 (diff) | |
download | ffmpeg-58400ac133bcfb6bf8196b4e5208bc178307739b.tar.gz |
lavfi: name anonymous structs
Diffstat (limited to 'libavfilter/setpts.c')
-rw-r--r-- | libavfilter/setpts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/setpts.c b/libavfilter/setpts.c index be190c0ef7..ff0016d04c 100644 --- a/libavfilter/setpts.c +++ b/libavfilter/setpts.c @@ -73,7 +73,7 @@ enum var_name { VAR_VARS_NB }; -typedef struct { +typedef struct SetPTSContext { const AVClass *class; char *expr_str; AVExpr *expr; |