[FFmpeg-devel] [PATCH 1/3] lavf: update ff_probe_input_buffer documentation

Ronald S. Bultje rsbultje
Tue Feb 8 20:12:16 CET 2011


Hi,

On Tue, Feb 8, 2011 at 1:05 PM, Tomas H?rdin <tomas.hardin at codemill.se> wrote:
> Anssi Hannula skrev 2011-02-07 23:46:
>>
>> It never reopens the bytestream anymore.
>> ---
>> ?libavformat/internal.h | ? ?2 +-
>> ?1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/libavformat/internal.h b/libavformat/internal.h
>> index 9e3302f..2482b6d 100644
>> --- a/libavformat/internal.h
>> +++ b/libavformat/internal.h
>> @@ -88,7 +88,7 @@ uint64_t ff_ntp_time(void);
>> ? * attempt is made. When the maximum probe size is reached, the input
>> format
>> ? * with the highest score is returned.
>> ? *
>> - * @param pb the bytestream to probe, it may be closed and opened again
>> + * @param pb the bytestream to probe
>> ? * @param fmt the input format is put here
>> ? * @param filename the filename of the stream
>> ? * @param logctx the log context
>
> OK (since that's the purpose of ff_rewind_with_probe_data())

Indeed, queued.

Ronald



More information about the ffmpeg-devel mailing list