# HG changeset patch # User mru # Date 1280218883 0 # Node ID 4a52e54b7c121363f9d892d0317de4c01a46947a # Parent 408722fc3bf1ee92a3f75c77ff2adc42d074f8c3 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. diff -r 408722fc3bf1 -r 4a52e54b7c12 raw.c --- a/raw.c Tue Jul 27 08:16:03 2010 +0000 +++ b/raw.c Tue Jul 27 08:21:23 2010 +0000 @@ -993,7 +993,6 @@ NULL, raw_write_packet, .flags= AVFMT_NOTIMESTAMPS, - .extensions = "avs", }; #endif