diff avcodec.h @ 10083:8071f8b68d05 libavcodec

Add Bluray Subtitle Support Patch by Stephen Backway, stev391 A exemail D com D au
author cehoyos
date Tue, 25 Aug 2009 08:47:39 +0000
parents 9bdf9fe9018c
children 27eef2ead6ab
line wrap: on
line diff
--- a/avcodec.h	Mon Aug 24 21:42:22 2009 +0000
+++ b/avcodec.h	Tue Aug 25 08:47:39 2009 +0000
@@ -30,7 +30,7 @@
 #include "libavutil/avutil.h"
 
 #define LIBAVCODEC_VERSION_MAJOR 52
-#define LIBAVCODEC_VERSION_MINOR 32
+#define LIBAVCODEC_VERSION_MINOR 33
 #define LIBAVCODEC_VERSION_MICRO  0
 
 #define LIBAVCODEC_VERSION_INT  AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
@@ -327,6 +327,7 @@
     CODEC_ID_XSUB,
     CODEC_ID_SSA,
     CODEC_ID_MOV_TEXT,
+    CODEC_ID_HDMV_PGS_SUBTITLE,
 
     /* other specific kind of codecs (generally used for attachments) */
     CODEC_ID_TTF= 0x18000,