Browse Source

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
tags/n0.8
Måns Rullgård 15 years ago
parent
commit
8a0f61c4fb
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/raw.c

+ 0
- 1
libavformat/raw.c View File

@@ -993,7 +993,6 @@ AVOutputFormat cavsvideo_muxer = {
NULL,
raw_write_packet,
.flags= AVFMT_NOTIMESTAMPS,
.extensions = "avs",
};
#endif



Loading…
Cancel
Save