Skip to content

Commit

Permalink
[coreMuxerFfmpeg] Set codec_tag in AVCodecParameters, needed when mul…
Browse files Browse the repository at this point in the history
…tiple FourCCs match the same codec ID
  • Loading branch information
eumagga0x2a committed Sep 16, 2020
1 parent 3b25717 commit 61b78b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions avidemux_core/ADM_coreMuxer/src/ADM_coreMuxerFfmpeg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ bool muxerFFmpeg::initVideo(ADM_videoStream *stream)
return false;
}
par->codec_id=cid;
par->codec_tag=id;
}
}
}
Expand Down

0 comments on commit 61b78b8

Please sign in to comment.