[FFmpeg-devel] [PATCH] Mark CODEC_ID_8SVX_RAW for removal on next lavc major bump
Michael Niedermayer
michaelni at gmx.at
Fri Jun 15 02:33:09 CEST 2012
On Mon, Jun 11, 2012 at 07:15:11PM +0000, Paul B Mahol wrote:
> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> ---
> libavcodec/avcodec.h | 2 ++
> 1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> index e2b754f..e56fa25 100644
> --- a/libavcodec/avcodec.h
> +++ b/libavcodec/avcodec.h
> @@ -408,7 +408,9 @@ enum CodecID {
> CODEC_ID_RALF,
> CODEC_ID_IAC,
> CODEC_ID_FFWAVESYNTH = MKBETAG('F','F','W','S'),
> +#if LIBAVCODEC_VERSION_MAJOR == 54
> CODEC_ID_8SVX_RAW = MKBETAG('8','S','V','X'),
> +#endif
there are 2 uses of this codec_id in 8svx.c.
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Complexity theory is the science of finding the exact solution to an
approximation. Benchmarking OTOH is finding an approximation of the exact
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20120615/159f9e11/attachment.asc>
More information about the ffmpeg-devel
mailing list