[FFmpeg-devel] [PATCH 01/11] Fix get_preset_file() reference to unexistent parameter "arg".
Stefano Sabatini
stefano.sabatini-lala
Fri Nov 12 19:31:39 CET 2010
---
cmdutils.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/cmdutils.h b/cmdutils.h
index 9fb7845..93cdca9 100644
--- a/cmdutils.h
+++ b/cmdutils.h
@@ -265,7 +265,7 @@ int64_t guess_correct_pts(PtsCorrectionContext *ctx, int64_t pts, int64_t dts);
* Get a file corresponding to a preset file.
*
* If is_path is non-zero, look for the file in the path preset_name.
- * Otherwise search for a file named arg.ffpreset in the directories
+ * Otherwise search for a file named preset_name.ffpreset in the directories
* $FFMPEG_DATADIR (if set), $HOME/.ffmpeg, and in the datadir defined
* at configuration time, in that order. If no such file is found and
* codec_name is defined, then search for a file named
--
1.7.1
More information about the ffmpeg-devel
mailing list