Projects
Multimedia
LiVES
lives-ffmpeg011.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File lives-ffmpeg011.patch of Package LiVES (Revision 15)
Currently displaying revision
15
,
Show latest
diff -ur lives-1.6.1.orig/lives-plugins/plugins/decoders/asf_decoder.c lives-1.6.1/lives-plugins/plugins/decoders/asf_decoder.c --- lives-1.6.1.orig/lives-plugins/plugins/decoders/asf_decoder.c 2012-01-06 01:21:41.000000000 +0100 +++ lives-1.6.1/lives-plugins/plugins/decoders/asf_decoder.c 2012-05-28 17:51:21.425367680 +0200 @@ -1317,6 +1317,7 @@ /* This code assumes that extradata contains only palette */ /* This is true for all paletted codecs implemented in ffmpeg */ +#ifdef AVPaletteControl if (!got_vidst) { if (priv->st->codec->extradata_size && (priv->st->codec->bits_per_coded_sample <= 8)) { priv->st->codec->palctrl = av_mallocz(sizeof(AVPaletteControl)); @@ -1338,6 +1339,7 @@ if(tag1 == MK_FOURCC('D', 'V', 'R', ' ')) priv->st->need_parsing = AVSTREAM_PARSE_FULL; } +#endif } pos2 = priv->input_position;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.