[FFmpeg-soc] [soc]: r1408 - libavfilter/diffs/03_ffplay_filters.diff

vitor subversion at mplayerhq.hu
Wed Oct 17 21:15:14 CEST 2007


Author: vitor
Date: Wed Oct 17 21:15:14 2007
New Revision: 1408

Log:
Fix regression caused by my commit in r1406

Modified:
   libavfilter/diffs/03_ffplay_filters.diff

Modified: libavfilter/diffs/03_ffplay_filters.diff
==============================================================================
--- libavfilter/diffs/03_ffplay_filters.diff	(original)
+++ libavfilter/diffs/03_ffplay_filters.diff	Wed Oct 17 21:15:14 2007
@@ -164,7 +164,7 @@
 +    AVFilterPicRef *picref;
 +    uint64_t pts;
 +
-+    if(!get_video_frame(priv->is, priv->frame, &pts))
++    if(get_video_frame(priv->is, priv->frame, &pts) < 0)
 +        return -1;
 +
 +    /* FIXME: until I figure out how to hook everything up to the codec



More information about the FFmpeg-soc mailing list