comparison dvbsub.c @ 12039:d5705b52b76e libavcodec

Move colorspace.h from libavcodec to libavutil. Avoid a compile-time dependency of the pad filter on libavcodec.
author stefano
date Thu, 01 Jul 2010 18:49:44 +0000
parents 8a4984c5cacc
children
comparison
equal deleted inserted replaced
12038:5a794f3f0d75 12039:d5705b52b76e
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 #include "avcodec.h" 21 #include "avcodec.h"
22 #include "bytestream.h" 22 #include "bytestream.h"
23 #include "colorspace.h" 23 #include "libavutil/colorspace.h"
24 24
25 typedef struct DVBSubtitleContext { 25 typedef struct DVBSubtitleContext {
26 int hide_state; 26 int hide_state;
27 int object_version; 27 int object_version;
28 } DVBSubtitleContext; 28 } DVBSubtitleContext;