diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-13 15:00:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-13 15:01:39 +0200 |
commit | b4ca1b159f4b7f0c3d1e4b2deab686bda934f3a2 (patch) | |
tree | 519a70950e58fd451aad4bffb53b987a2482068a /ffmpeg.c | |
parent | d6c342fdc0b434b514f99e1feaa108ab17bba806 (diff) | |
parent | bc4620e5d61a4dd9a1f654fadd281a172aab04be (diff) | |
download | ffmpeg-b4ca1b159f4b7f0c3d1e4b2deab686bda934f3a2.tar.gz |
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.c | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 |