Remove duplicate initialiser for cavsvideo_muxer.extensions
authorMåns Rullgård <mans@mansr.com>
Tue, 27 Jul 2010 08:21:23 +0000 (08:21 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 27 Jul 2010 08:21:23 +0000 (08:21 +0000)
commit8a0f61c4fbb6d0467a35a26abe3e5bc5b1912be8
tree1fe4c45343b3bff8c5f4d606fedc3bc3fe57158f
parentadc03a34069efe13857d580e3d973121b7b8a8d3
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
libavformat/raw.c