]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
lavc: introduce a new decoding/encoding API with decoupled input/output
[ffmpeg] / libavformat / avformat.h
index 6db17f70cf2687985edc6b7815930ed1507b99aa..1a99948bc590e91f0d67c2c1f8f65144df62be04 100644 (file)
  * 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