$OpenBSD: patch-src_combined_ffmpeg_ff_video_decoder_c,v 1.1 2010/01/05 11:50:18 sthen Exp $
--- src/combined/ffmpeg/ff_video_decoder.c.orig	Fri Dec  4 19:13:34 2009
+++ src/combined/ffmpeg/ff_video_decoder.c	Fri Dec  4 20:39:22 2009
@@ -1180,6 +1180,7 @@ static void ff_check_pts_tagging(ff_video_decoder_t *t
     }
   }
 }
+#endif /* AVCODEC_HAS_REORDERED_OPAQUE */
 
 static int ff_vc1_find_header(ff_video_decoder_t *this, buf_element_t *buf)
 {
@@ -1224,7 +1225,6 @@ static int ff_check_extradata(ff_video_decoder_t *this
   return 1;
 }
 
-#endif /* AVCODEC_HAS_REORDERED_OPAQUE */
 static void ff_handle_buffer (ff_video_decoder_t *this, buf_element_t *buf) {
   uint8_t *chunk_buf = this->buf;
   AVRational avr00 = {0, 1};
