From 40336f58d5cba067b37792a25b759821ff0b9e1e Mon Sep 17 00:00:00 2001 From: rtognimp Date: Sun, 22 Aug 2004 15:36:40 +0000 Subject: H.261 support via lavc codec and lavf demuxer Note: works only on raw h261 files git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13084 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'etc/codecs.conf') diff --git a/etc/codecs.conf b/etc/codecs.conf index dd06f4c5a7..297f8f9a08 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -872,6 +872,14 @@ videocodec h263xa dll "vid_h263.xa" out YV12,IYUV,I420 +videocodec ffh261 + info "CCITT H.261" + status working + fourcc H261,h261 + driver ffmpeg + dll h261 + out YV12 + videocodec h261xa info "XAnim's CCITT H.261" status untested -- cgit v1.2.3