[FFmpeg-devel] [RFC] LPCM 24 bits support

Michael Niedermayer michaelni
Sat Apr 19 21:55:29 CEST 2008


On Sat, Apr 19, 2008 at 08:50:32PM +0200, Lars T?uber wrote:
> Next version.
> 
> Lars

> diff -pur ffmpeg/libavcodec/Makefile ffmpeg.1/libavcodec/Makefile
> --- ffmpeg/libavcodec/Makefile	2008-04-19 20:25:42.000000000 +0200
> +++ ffmpeg.1/libavcodec/Makefile	2008-04-19 20:27:50.000000000 +0200
[...]
> diff -pur ffmpeg/libavformat/mpeg.c ffmpeg.1/libavformat/mpeg.c
> --- ffmpeg/libavformat/mpeg.c	2008-03-04 21:54:06.000000000 +0100
> +++ ffmpeg.1/libavformat/mpeg.c	2008-04-19 20:27:58.000000000 +0200

not maintained by me


> diff -pur ffmpeg/libavcodec/allcodecs.c ffmpeg.1/libavcodec/allcodecs.c
> --- ffmpeg/libavcodec/allcodecs.c	2008-04-18 20:22:18.000000000 +0200
> +++ ffmpeg.1/libavcodec/allcodecs.c	2008-04-19 20:27:54.000000000 +0200
[...]
> diff -pur ffmpeg/libavcodec/avcodec.h ffmpeg.1/libavcodec/avcodec.h
> --- ffmpeg/libavcodec/avcodec.h	2008-04-18 20:22:18.000000000 +0200
> +++ ffmpeg.1/libavcodec/avcodec.h	2008-04-19 20:27:54.000000000 +0200
[...]
> diff -pur ffmpeg/libavcodec/pcm.c ffmpeg.1/libavcodec/pcm.c
> --- ffmpeg/libavcodec/pcm.c	2008-04-18 20:22:18.000000000 +0200
> +++ ffmpeg.1/libavcodec/pcm.c	2008-04-19 20:33:09.000000000 +0200

looks ok


[...]

> diff -pur ffmpeg/libavcodec/pcm.c ffmpeg.1/libavcodec/pcm.c
> --- ffmpeg/libavcodec/pcm.c	2008-04-18 20:22:18.000000000 +0200
> +++ ffmpeg.1/libavcodec/pcm.c	2008-04-19 20:33:09.000000000 +0200
[...]
> +    /* av_get_bits_per_sample returns 0 for CODEC_ID_PCM_DVD */
> +    if ((!n) && (CODEC_ID_PCM_DVD == avctx->codec_id))

redundant

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

The worst form of inequality is to try to make unequal things equal.
-- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080419/5557b0a2/attachment.pgp>



More information about the ffmpeg-devel mailing list