comparison avformat.h @ 594:89a09ede50ad libavformat

First implementation of nsv demuxer. Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms)
author mmu_man
date Sat, 20 Nov 2004 23:10:07 +0000
parents 7793767ffe35
children d814669d2c13
comparison
equal deleted inserted replaced
593:a1f354e84965 594:89a09ede50ad
508 int sol_init(void); 508 int sol_init(void);
509 509
510 /* electronicarts.c */ 510 /* electronicarts.c */
511 int ea_init(void); 511 int ea_init(void);
512 512
513 /* nsvdec.c */
514 int nsvdec_init(void);
515
513 #include "rtp.h" 516 #include "rtp.h"
514 517
515 #include "rtsp.h" 518 #include "rtsp.h"
516 519
517 /* yuv4mpeg.c */ 520 /* yuv4mpeg.c */