Changes between Version 5 and Version 6 of Ticket #1450, comment 7
- Timestamp:
- 06/21/2012 01:26:38 AM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1450, comment 7
v5 v6 17 17 {{{ 18 18 diff --git a/libavfilter/af_asyncts.c b/libavfilter/af_asyncts.c 19 index 6322b24.. 1b10dd410064419 index 6322b24..724f62e 100644 20 20 --- a/libavfilter/af_asyncts.c 21 21 +++ b/libavfilter/af_asyncts.c 22 @@ -131,7 +131, 7@@ static int request_frame(AVFilterLink *link)22 @@ -131,7 +131,6 @@ static int request_frame(AVFilterLink *link) 23 23 nb_samples, NULL, 0, 0); 24 24 buf->pts = s->pts; 25 25 ff_filter_samples(link, buf); 26 26 - return 0; 27 + return ret;28 27 } 29 28


