Browse code

lavfi/movie: extend a doxygen comment.

Nicolas George authored on 2012/08/17 01:17:29
Showing 1 changed files
... ...
@@ -472,6 +472,10 @@ static int rewind_file(AVFilterContext *ctx)
472 472
 /**
473 473
  * Try to push a frame to the requested output.
474 474
  *
475
+ * @param ctx     filter context
476
+ * @param out_id  number of output where a frame is wanted;
477
+ *                if the frame is read from file, used to set the return value;
478
+ *                if the codec is being flushed, flush the corresponding stream
475 479
  * @return  1 if a frame was pushed on the requested output,
476 480
  *          0 if another attempt is possible,
477 481
  *          <0 AVERROR code