]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wtv.c
mpegts: log into an AVFormatContext rather than MpegTSContext.
[ffmpeg] / libavformat / wtv.c
index 0f9fdeff06e58d7dcea3efd25fb1ce1c0fb1aea7..cc6fc8be48b6f6fd9a5742effdd91bbe1d14aef0 100644 (file)
@@ -766,7 +766,7 @@ enum {
  * Parse WTV chunks
  * @param mode SEEK_TO_DATA or SEEK_TO_PTS
  * @param seekts timestamp
- * @param[out] len Length of data chunk
+ * @param[out] len_ptr Length of data chunk
  * @return stream index of data chunk, or <0 on error
  */
 static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_ptr)