comparison dv.h @ 2171:a6d6b2b19341 libavformat

include all prerequisites in header files
author mru
date Sat, 16 Jun 2007 22:59:13 +0000
parents aedce96c28ff
children 92f61ed53965
comparison
equal deleted inserted replaced
2170:4452d75a9298 2171:a6d6b2b19341
23 * You should have received a copy of the GNU Lesser General Public 23 * You should have received a copy of the GNU Lesser General Public
24 * License along with FFmpeg; if not, write to the Free Software 24 * License along with FFmpeg; if not, write to the Free Software
25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 25 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
26 */ 26 */
27 27
28 #include "avformat.h"
29
28 typedef struct DVDemuxContext DVDemuxContext; 30 typedef struct DVDemuxContext DVDemuxContext;
29 DVDemuxContext* dv_init_demux(AVFormatContext* s); 31 DVDemuxContext* dv_init_demux(AVFormatContext* s);
30 int dv_get_packet(DVDemuxContext*, AVPacket *); 32 int dv_get_packet(DVDemuxContext*, AVPacket *);
31 int dv_produce_packet(DVDemuxContext*, AVPacket*, uint8_t*, int); 33 int dv_produce_packet(DVDemuxContext*, AVPacket*, uint8_t*, int);
32 void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset); 34 void dv_offset_reset(DVDemuxContext *c, int64_t frame_offset);