move static tables from asf.h to non-static tables in asf.c
authorAurelien Jacobs <aurel@gnuage.org>
Thu, 26 Feb 2009 16:17:17 +0000 (16:17 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Thu, 26 Feb 2009 16:17:17 +0000 (16:17 +0000)
commit17af052531a078396f5db08d0bd000051911c595
treedc03d34e054d5f07df40bbf9a42c17e3f633374b
parent5e293c424d8035449cadc90dc8bf55ee09e01ce6
move static tables from asf.h to non-static tables in asf.c
this avoid getting those tables duplicated in asfenc.o and asfdec.o

Originally committed as revision 17619 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/Makefile
libavformat/asf.c [new file with mode: 0644]
libavformat/asf.h
libavformat/asfdec.c
libavformat/asfenc.c