mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-30 23:10:32 +00:00
avformat/matroskaenc: switch to AVFMT_FLAG_BITEXACT
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
fab50573bb
commit
0421409c52
@ -1064,7 +1064,7 @@ static int mkv_write_attachments(AVFormatContext *s)
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
if (st->codec->flags & CODEC_FLAG_BITEXACT) {
|
||||
if (s->flags & AVFMT_FLAG_BITEXACT) {
|
||||
struct AVSHA *sha = av_sha_alloc();
|
||||
uint8_t digest[20];
|
||||
if (!sha)
|
||||
|
Loading…
Reference in New Issue
Block a user