summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-13 15:00:13 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-13 15:01:39 +0200
commitb4ca1b159f4b7f0c3d1e4b2deab686bda934f3a2 (patch)
tree519a70950e58fd451aad4bffb53b987a2482068a /ffmpeg.c
parentd6c342fdc0b434b514f99e1feaa108ab17bba806 (diff)
parentbc4620e5d61a4dd9a1f654fadd281a172aab04be (diff)
Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'
* commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be': Remove libmpeg2 #define remnants De-doxygenize some top-level files Conflicts: ffmpeg.c ffmpeg.h ffmpeg_filter.c ffplay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 7dbc4b74ed..97a1e4dff5 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -975,7 +975,7 @@ static void do_video_stats(AVFormatContext *os, OutputStream *ost,
}
}
-/**
+/*
* Get and encode new output from any of the filtergraphs, without causing
* activity.
*
@@ -2403,10 +2403,7 @@ static int transcode_init(void)
return 0;
}
-/**
- * @return 1 if there are still streams where more output is wanted,
- * 0 otherwise
- */
+/* Return 1 if there remain streams where more output is wanted, 0 otherwise. */
static int need_output(void)
{
int i;
@@ -2685,8 +2682,8 @@ static void reset_eagain(void)
output_streams[i]->unavailable = 0;
}
-/**
- * @return
+/*
+ * Return
* - 0 -- one packet was read and processed
* - AVERROR(EAGAIN) -- no packets were available for selected file,
* this function should be called again