comparison gxf.c @ 1172:6a5e58d2114b libavformat

move common stuff from avienc.c and wav.c to new file riff.c
author mru
date Wed, 12 Jul 2006 00:09:34 +0000
parents d18cc9a1fd02
children 633aaf52d0c2
comparison
equal deleted inserted replaced
1171:2a0c729ac640 1172:6a5e58d2114b
15 * You should have received a copy of the GNU Lesser General Public 15 * You should have received a copy of the GNU Lesser General Public
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
18 */ 18 */
19 #include "avformat.h" 19 #include "avformat.h"
20 #include "avi.h"
21 20
22 typedef enum { 21 typedef enum {
23 PKT_MAP = 0xbc, 22 PKT_MAP = 0xbc,
24 PKT_MEDIA = 0xbf, 23 PKT_MEDIA = 0xbf,
25 PKT_EOS = 0xfb, 24 PKT_EOS = 0xfb,