# HG changeset patch # User arpi # Date 1001108416 0 # Node ID af7b3e83d47bd253f411d2d3b3e99d4f6638128b # Parent 07f50ea775107b9525b84065df8746802b6d1025 added ffmpeg audio driver diff -r 07f50ea77510 -r af7b3e83d47b codec-cfg.c --- a/codec-cfg.c Fri Sep 21 21:38:16 2001 +0000 +++ b/codec-cfg.c Fri Sep 21 21:40:16 2001 +0000 @@ -208,6 +208,7 @@ "dvdpcm", "hwac3", "libvorbis", + "ffmpeg", NULL }; static char *videodrv[] = { diff -r 07f50ea77510 -r af7b3e83d47b codec-cfg.h --- a/codec-cfg.h Fri Sep 21 21:38:16 2001 +0000 +++ b/codec-cfg.h Fri Sep 21 21:40:16 2001 +0000 @@ -28,6 +28,7 @@ #define AFM_DVDPCM 8 #define AFM_HWAC3 9 #define AFM_VORBIS 10 +#define AFM_FFMPEG 11 #define VFM_MPEG 1 #define VFM_VFW 2