[Ffmpeg-cvslog] r8767 - trunk/libavcodec/raw.c
Alex Beregszaszi
alex
Sat Apr 21 02:49:12 CEST 2007
Hi,
> Modified: trunk/libavcodec/raw.c
> ==============================================================================
> --- trunk/libavcodec/raw.c (original)
> +++ trunk/libavcodec/raw.c Sat Apr 21 02:47:55 2007
> @@ -212,6 +212,7 @@ AVCodec rawvideo_encoder = {
> };
> #endif // CONFIG_RAWVIDEO_ENCODER
>
> +#ifdef CONFIG_RAWVIDEO_DECODER
> AVCodec rawvideo_decoder = {
> "rawvideo",
> CODEC_TYPE_VIDEO,
> @@ -222,3 +223,4 @@ AVCodec rawvideo_decoder = {
> raw_close_decoder,
> raw_decode,
> };
> +#endif // CONFIG_RAWVIDEO_DECODER
I know the more elegant solution is to change the Makefile, however,
there is an exported function (avcodec_pix_fmt_to_codec_tag) in raw.c.
--
Alex Beregszaszi
More information about the ffmpeg-cvslog
mailing list