~akirad/cinecutie/trunk

« back to all changes in this revision

Viewing changes to quicktime/ffmpeg/libavformat/dxa.c

  • Committer: Paolo Rampino
  • Date: 2010-03-06 18:08:30 UTC
  • Revision ID: git-v1:9d525e02347cedf5c7cbe9ecbf5d50b83c26f5e4
Updated ffmpeg, now open also flv with aac codecs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * DXA demuxer
3
 
 * Copyright (c) 2007 Konstantin Shishkov.
 
3
 * Copyright (c) 2007 Konstantin Shishkov
4
4
 *
5
5
 * This file is part of FFmpeg.
6
6
 *
19
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20
20
 */
21
21
 
 
22
#include "libavutil/intreadwrite.h"
22
23
#include "avformat.h"
23
24
#include "riff.h"
24
25
 
204
205
 
205
206
AVInputFormat dxa_demuxer = {
206
207
    "dxa",
207
 
    "dxa",
 
208
    NULL_IF_CONFIG_SMALL("DXA"),
208
209
    sizeof(DXAContext),
209
210
    dxa_probe,
210
211
    dxa_read_header,