avfilter: don't anonymously typedef structs

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2017-05-12 20:00:49 +02:00
parent 0fbc7a2169
commit ed93ed5ee3
92 changed files with 116 additions and 116 deletions

View File

@@ -42,7 +42,7 @@ VSPixelFormat ff_av2vs_pixfmt(AVFilterContext *ctx, enum AVPixelFormat pf)
}
/** struct to hold a valid context for logging from within vid.stab lib */
typedef struct {
typedef struct VS2AVLogCtx {
const AVClass *class;
} VS2AVLogCtx;