Browse code

new NSV demuxer

Originally committed as revision 3697 to svn://svn.ffmpeg.org/ffmpeg/trunk

Mike Melanson authored on 2004/11/21 08:40:22
Showing 2 changed files
... ...
@@ -8,6 +8,7 @@ version <next>
8 8
 - Miro VideoXL (VIXL) video decoder
9 9
 - H.261 video encoder
10 10
 - QPEG video decoder
11
+- Nullsoft Video (NSV) file demuxer
11 12
 
12 13
 version 0.4.9-pre1:
13 14
 
... ...
@@ -686,9 +686,10 @@ library:
686 686
 @item Sierra Online    @tab    @tab X
687 687
 @tab .sol files used in Sierra Online games
688 688
 @item Matroska         @tab    @tab X
689
-@end multitable
690 689
 @item Electronic Arts Multimedia    @tab    @tab X
691 690
 @tab used in various EA games; files have extensions like WVE and UV2
691
+@item Nullsoft Video (NSV) format @tab    @tab X
692
+@end multitable
692 693
 
693 694
 @code{X} means that the encoding (resp. decoding) is supported.
694 695