[SCM] libav/experimental: avfilter: remove stray semicolon

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:22:11 UTC 2013


The following commit has been merged in the experimental branch:
commit daed21a17e42bd3f8f561eaf46651780fd6babfa
Author: Mans Rullgard <mans at mansr.com>
Date:   Thu Oct 7 03:11:55 2010 +0100

    avfilter: remove stray semicolon

diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
index 22b8b1c..ad8b1e5 100644
--- a/libavfilter/avfilter.h
+++ b/libavfilter/avfilter.h
@@ -227,7 +227,7 @@ typedef struct AVFilterFormats {
 
     unsigned refcount;          ///< number of references to this list
     struct AVFilterFormats ***refs; ///< references to this list
-}  AVFilterFormats;;
+}  AVFilterFormats;
 
 /**
  * Create a list of supported formats. This is intended for use in

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list