changeset 6323:4a52e54b7c12 libavformat

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.
author mru
date Tue, 27 Jul 2010 08:21:23 +0000
parents 408722fc3bf1
children 8f1439cf4dd0
files raw.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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