split wmv2 encoder and decoder in their own files
Originally committed as revision 11091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Showing
- libavcodec/Makefile 2 additions, 2 deletionslibavcodec/Makefile
- libavcodec/wmv2.c 2 additions, 714 deletionslibavcodec/wmv2.c
- libavcodec/wmv2.h 58 additions, 0 deletionslibavcodec/wmv2.h
- libavcodec/wmv2dec.c 487 additions, 0 deletionslibavcodec/wmv2dec.c
- libavcodec/wmv2enc.c 240 additions, 0 deletionslibavcodec/wmv2enc.c
This diff is collapsed.
libavcodec/wmv2.h
0 → 100644
libavcodec/wmv2dec.c
0 → 100644
libavcodec/wmv2enc.c
0 → 100644
Please register or sign in to comment