Create separate functions for the raw GSM demuxer.
authorJustin Ruggles <justin.ruggles@gmail.com>
Fri, 28 Oct 2011 04:07:32 +0000 (00:07 -0400)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 2 Nov 2011 18:41:16 +0000 (14:41 -0400)
commit87c57d807fa198b97587bbf211b8d375f925c737
tree4d6f9f3bb7ae8c9160eacd657bb2b03c3fbafaad
parentc6cd0e17f33f3f921780866f914abe860f912b8e
Create separate functions for the raw GSM demuxer.

Put the new raw GSM demuxer in its own file.
Fixes raw GSM demuxing.
libavformat/Makefile
libavformat/gsmdec.c [new file with mode: 0644]
libavformat/rawdec.c