From d8bde114fd9685111274713c03985c72de3377b1 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 9 Mar 2013 08:49:56 +0100 Subject: Prefix CODEC_ID_ with AV_ The old names have been deprecated a while ago, but were needed for supporting older ffmpeg/libav versions. The deprecated identifiers have been removed from recent Libav and FFmpeg git. This change breaks compatibility with Libav 0.8.x and equivalent FFmpeg releases. --- compat/libav.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compat') diff --git a/compat/libav.h b/compat/libav.h index 62ce1bb529..ef588fe025 100644 --- a/compat/libav.h +++ b/compat/libav.h @@ -29,7 +29,7 @@ #endif #if (LIBAVUTIL_VERSION_MICRO < 100) || (LIBAVCODEC_VERSION_INT < AV_VERSION_INT(54, 53, 100)) -#define AV_CODEC_ID_SUBRIP CODEC_ID_TEXT +#define AV_CODEC_ID_SUBRIP AV_CODEC_ID_TEXT #endif #if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(51, 36, 0) -- cgit v1.2.3