[MPlayer-dev-eng] [PATCH] mpeg pass-through for hardware audio decoders

Diego Biurrun diego at biurrun.de
Sat Jan 14 23:29:40 CET 2006


On Sat, Jan 14, 2006 at 11:11:42PM +0100, Nico Sabbi wrote:
> 
> +audiocodec hwmpa
> +  info "mpeg audio pass-through for hw mpeg decoders"

"MPEG audio pass-through for hardware MPEG decoders"

> +  comment "for hw decoders"

hw --> hardware

> +  format 0x5500736d  ; "ms\0\x55" older mp3 fcc (MOV files)

mp3 --> MP3, fcc --> fourcc

> --- libmpcodecs/Makefile	14 Jan 2006 16:26:42 -0000	1.155
> +++ libmpcodecs/Makefile	14 Jan 2006 22:06:40 -0000
> @@ -7,6 +7,7 @@
>  AUDIO_SRCS_LIB=ad_hwac3.c \
>                 ad_liba52.c \
>                 ad_mp3lib.c \
> +               ad_hwmpa.c

You are missing the \ at the end of the line here.

Diego




More information about the MPlayer-dev-eng mailing list