resindvd: Minor change to inline a function in the demuxer
authorJan Schmidt <thaytan@noraisin.net>
Thu, 21 May 2009 10:10:13 +0000 (11:10 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Tue, 26 May 2009 14:31:52 +0000 (15:31 +0100)
ext/resindvd/gstmpegdemux.c

index b360bdc..8e51346 100644 (file)
@@ -1861,7 +1861,7 @@ need_data:
   }
 }
 
-static gboolean
+static inline gboolean
 gst_flups_demux_is_pes_sync (guint32 sync)
 {
   return ((sync & 0xfc) == 0xbc) ||