|
|
@ -243,7 +243,8 @@ int read_file(const char *filename, char **bufptr, size_t *size); |
|
|
|
* If is_path is non-zero, look for the file in the path preset_name. |
|
|
|
* 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 arg.ffpreset in the directories |
|
|
|
* $FFMPEG_DATADIR (if set), $HOME/.ffmpeg, and in the datadir defined |
|
|
|
* $FFMPEG_DATADIR (if set), $HOME/.ffmpeg, and in the datadir defined |
|
|
|
* at configuration time, in that order. If no such file is found and |
|
|
|
* at configuration time or in a "ffpresets" folder along the executable |
|
|
|
|
|
|
|
* on win32, in that order. If no such file is found and |
|
|
|
* codec_name is defined, then search for a file named |
|
|
|
* codec_name is defined, then search for a file named |
|
|
|
* codec_name-preset_name.ffpreset in the above-mentioned directories. |
|
|
|
* codec_name-preset_name.ffpreset in the above-mentioned directories. |
|
|
|
* |
|
|
|
* |
|
|
|