[SCM] libav/experimental: Remove duplicate initialiser for cavsvideo_muxer.extensions

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:12:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 8a0f61c4fbb6d0467a35a26abe3e5bc5b1912be8
Author: Måns Rullgård <mans at mansr.com>
Date:   Tue Jul 27 08:21:23 2010 +0000

    Remove duplicate initialiser for cavsvideo_muxer.extensions
    
    The extensions field was initialised first to "cavs", then to "avs".
    The name "cavs" is kept since this is used for the format elsewhere
    and "avs" is already used for avisynth files.
    
    Originally committed as revision 24538 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/raw.c b/libavformat/raw.c
index e721649..7b46c18 100644
--- a/libavformat/raw.c
+++ b/libavformat/raw.c
@@ -993,7 +993,6 @@ AVOutputFormat cavsvideo_muxer = {
     NULL,
     raw_write_packet,
     .flags= AVFMT_NOTIMESTAMPS,
-    .extensions = "avs",
 };
 #endif
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list