Skip to content

Commit

Permalink
demux/stheader: update lav_codecpar's comment
Browse files Browse the repository at this point in the history
Was already being utilized by demux_raw, and now also created in
demux_mkv.
  • Loading branch information
jeeb committed Dec 2, 2024
1 parent d557a20 commit 5cad2ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demux/stheader.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ struct mp_codec_params {
unsigned char *extradata; // codec specific per-stream header
int extradata_size;

// Codec specific header data (set by demux_lavf.c only)
// Codec specific header data (set by demux_{lavf,mkv,raw}, useful to pass
// through stream global side data)
struct AVCodecParameters *lav_codecpar;

// Timestamp granularity for converting double<->rational timestamps.
Expand Down

0 comments on commit 5cad2ee

Please sign in to comment.