move pcm demuxers to their own file

Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs
2010-08-30 21:17:34 +00:00
parent 79ce0f002e
commit e94204dfd8
15 changed files with 251 additions and 121 deletions

View File

@ -19,7 +19,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "avformat.h"
#include "raw.h"
#include "pcm.h"
#include "riff.h"
typedef struct {