diff options
author | Bastien Nocera <hadess@users.sourceforge.net> | 2005-03-20 14:09:15 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@users.sourceforge.net> | 2005-03-20 14:09:15 +0000 |
commit | 35ff997745d7b68d16d8d688fb257e06c7e210f1 (patch) | |
tree | e81f6322fe3e2f25f0b5d725970aa5209de826bc | |
parent | 223370c74264de9c103af19b8007f4db1e03114e (diff) | |
download | xine-lib-35ff997745d7b68d16d8d688fb257e06c7e210f1.tar.gz xine-lib-35ff997745d7b68d16d8d688fb257e06c7e210f1.tar.bz2 |
- Handle GIF embedded in Quicktime files with the image demuxer
Fixes playback of the image before the Mala Educacion trailer
http://www.apple.com/trailers/sony/bad_education.html
CVS patchset: 7441
CVS date: 2005/03/20 14:09:15
-rw-r--r-- | src/xine-engine/buffer_types.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-engine/buffer_types.c b/src/xine-engine/buffer_types.c index 5cd09f03f..62c4788a8 100644 --- a/src/xine-engine/buffer_types.c +++ b/src/xine-engine/buffer_types.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: buffer_types.c,v 1.92 2005/03/06 07:18:54 tmmm Exp $ + * $Id: buffer_types.c,v 1.93 2005/03/20 14:09:15 hadess Exp $ * * * contents: @@ -564,6 +564,7 @@ static video_db_t video_db[] = { { { meFOURCC('I', 'M', 'G', ' '), + meFOURCC('g', 'i', 'f', ' '), 0, }, BUF_VIDEO_IMAGE, |