[MPlayer-dev-eng] Patch for codecs.conf with new entries for the raw driver.

Johannes Feigl jaf.corporation at gmx.at
Tue Dec 4 15:15:25 CET 2001


added

mfg Johannes

On Tue, Dec 04, 2001 at 12:21:07PM +0100, Artur Zaprzala wrote:
> Here is a patch required for uncompressed avis I found on my disk.
> 
> Could someone implement format autoselection for raw driver. It seems 
> that the only hint to do this is biBitCount and biPlanes field of avi file.
> 
> -- 
> Artur Zaprza?a

> --- codecs.conf-orig	Tue Dec  4 11:40:56 2001
> +++ codecs.conf	Tue Dec  4 11:41:53 2001
> @@ -628,6 +628,20 @@
>    format 0x0
>    out RGB24
>  
> +videocodec rawbgr24
> +  info "RAW BGR24"
> +  status working
> +  driver raw
> +  format 0x0
> +  out BGR24 flip
> +
> +videocodec rawbgr15
> +  info "RAW BGR15"
> +  status working
> +  driver raw
> +  format 0x0
> +  out BGR15 flip
> +
>  videocodec null
>    info "NULL codec (no decoding!)"
>    status working




More information about the MPlayer-dev-eng mailing list