diff options
-rw-r--r-- | src/xine-engine/buffer_types.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index ac91a244b..7941e5db6 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.58 2003/04/23 16:15:01 mroi Exp $ + * $Id: buffer_types.c,v 1.59 2003/04/27 15:10:57 jstembridge Exp $ * * * contents: @@ -193,6 +193,8 @@ static video_db_t video_db[] = { meFOURCC('M', 'J', 'P', 'G'), meFOURCC('m', 'j', 'p', 'a'), meFOURCC('m', 'j', 'p', 'b'), + meFOURCC('A', 'V', 'R', 'n'), + meFOURCC('A', 'V', 'D', 'J'), 0 }, BUF_VIDEO_MJPEG, |