]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersink.c
lavfi: remove stray semicolons.
[ffmpeg] / libavfilter / buffersink.c
index b301e9f5eeb223c39b074afc320585371a0ff2d4..0f87b5439acd0819a5b4ba380a82377a21652d64 100644 (file)
@@ -186,20 +186,20 @@ type av_buffersink_get_##field(const AVFilterContext *ctx) { \
     return ctx->inputs[0]->field; \
 }
 
-MAKE_AVFILTERLINK_ACCESSOR(enum AVMediaType , type               );
-MAKE_AVFILTERLINK_ACCESSOR(AVRational       , time_base          );
-MAKE_AVFILTERLINK_ACCESSOR(int              , format             );
+MAKE_AVFILTERLINK_ACCESSOR(enum AVMediaType , type               )
+MAKE_AVFILTERLINK_ACCESSOR(AVRational       , time_base          )
+MAKE_AVFILTERLINK_ACCESSOR(int              , format             )
 
-MAKE_AVFILTERLINK_ACCESSOR(AVRational       , frame_rate         );
-MAKE_AVFILTERLINK_ACCESSOR(int              , w                  );
-MAKE_AVFILTERLINK_ACCESSOR(int              , h                  );
-MAKE_AVFILTERLINK_ACCESSOR(AVRational       , sample_aspect_ratio);
+MAKE_AVFILTERLINK_ACCESSOR(AVRational       , frame_rate         )
+MAKE_AVFILTERLINK_ACCESSOR(int              , w                  )
+MAKE_AVFILTERLINK_ACCESSOR(int              , h                  )
+MAKE_AVFILTERLINK_ACCESSOR(AVRational       , sample_aspect_ratio)
 
-MAKE_AVFILTERLINK_ACCESSOR(int              , channels           );
-MAKE_AVFILTERLINK_ACCESSOR(uint64_t         , channel_layout     );
-MAKE_AVFILTERLINK_ACCESSOR(int              , sample_rate        );
+MAKE_AVFILTERLINK_ACCESSOR(int              , channels           )
+MAKE_AVFILTERLINK_ACCESSOR(uint64_t         , channel_layout     )
+MAKE_AVFILTERLINK_ACCESSOR(int              , sample_rate        )
 
-MAKE_AVFILTERLINK_ACCESSOR(AVBufferRef *    , hw_frames_ctx      );
+MAKE_AVFILTERLINK_ACCESSOR(AVBufferRef *    , hw_frames_ctx      )
 
 static av_cold int vsink_init(AVFilterContext *ctx, void *opaque)
 {