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 _______________________________________________ FFmpeg-soc mailing list [email protected] http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
