1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-14 22:22:59 +02:00

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
This commit is contained in:
Måns Rullgård 2010-07-27 08:21:23 +00:00
parent adc03a3406
commit 8a0f61c4fb

View File

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