Fixup fromcvs/togit conversion
[pkgsrcv2.git] / multimedia / xine-lib / patches / patch-gb
1 $NetBSD$
2
3 --- src/combined/ffmpeg/ff_video_decoder.c.orig 2009-12-02 17:53:56.000000000 +0100
4 +++ src/combined/ffmpeg/ff_video_decoder.c
5 @@ -1235,8 +1235,10 @@ static void ff_handle_buffer (ff_video_d
6      if (this->decoder_init_mode) {
7        int codec_type = buf->type & 0xFFFF0000;
8  
9 +#ifdef AVCODEC_HAS_REORDERED_OPAQUE
10        if (!ff_check_extradata(this, codec_type, buf))
11         return;
12 +#endif
13  
14        /* init ffmpeg decoder */
15        init_video_codec(this, codec_type);