diff avformat.h @ 209:7414bbf64011 libavformat

first pass at PSX STR demuxer; does not yet interact correctly with MDEC video decoder
author tmmm
date Mon, 01 Sep 2003 15:55:38 +0000
parents 85def00971c3
children 349d63d52e7e
line wrap: on
line diff
--- a/avformat.h	Mon Sep 01 13:05:21 2003 +0000
+++ b/avformat.h	Mon Sep 01 15:55:38 2003 +0000
@@ -380,6 +380,9 @@
 /* 4xm.c */
 int fourxm_init(void);
 
+/* psxstr.c */
+int str_init(void);
+
 #include "rtp.h"
 
 #include "rtsp.h"