X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Favformat.h;h=f4b5c59e655c1259ec3050c1a68cb2a50bb9b845;hb=770d3c85afad478b1b53ad8221ee9d334bbfe91f;hp=02113f5c7b5e1ace29b83005814ae2f75806fbb5;hpb=4eef36a4f6db1feb9d628337bd96e07a9b482c1a;p=ffmpeg diff --git a/libavformat/avformat.h b/libavformat/avformat.h index 02113f5c7b5..f4b5c59e655 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -161,8 +161,8 @@ * av_read_frame() on it. Each call, if successful, will return an AVPacket * containing encoded data for one AVStream, identified by * AVPacket.stream_index. This packet may be passed straight into the libavcodec - * decoding functions avcodec_decode_video2(), avcodec_decode_audio4() or - * avcodec_decode_subtitle2() if the caller wishes to decode the data. + * decoding functions avcodec_send_packet() or avcodec_decode_subtitle2() if the + * caller wishes to decode the data. * * AVPacket.pts, AVPacket.dts and AVPacket.duration timing information will be * set if known. They may also be unset (i.e. AV_NOPTS_VALUE for