comparison mmf.c @ 2545:213268d7594e libavformat

move unrelated functions declarations out of allformats.h
author aurel
date Tue, 11 Sep 2007 09:27:46 +0000
parents b21c2af60bc9
children d52c718e83f9
comparison
equal deleted inserted replaced
2544:0318af3025dd 2545:213268d7594e
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avformat.h" 21 #include "avformat.h"
22 #include "allformats.h" 22 #include "raw.h"
23 #include "riff.h" 23 #include "riff.h"
24 24
25 typedef struct { 25 typedef struct {
26 offset_t atrpos, atsqpos, awapos; 26 offset_t atrpos, atsqpos, awapos;
27 offset_t data_size; 27 offset_t data_size;