diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-04-20 01:41:01 +0200 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-05-08 13:02:29 -0300 |
commit | 30d07c74dbd9384e50535cfedde5237114a81bee (patch) | |
tree | e7ee9b0694257ceb909477006ffea13ab4a049ba /doc | |
parent | 01506e6b663948c9e3666c6d35f7830f397ab78a (diff) | |
download | ffmpeg-30d07c74dbd9384e50535cfedde5237114a81bee.tar.gz |
avformat/matroskaenc: Simplify check for writing CRCs
Up until now, the check for whether to write CRC32 elements was always
mkv->write_crc && mkv->mode != MODE_WEBM. This is equivalent to simply
set write_crc to zero in WebM-mode. And this is what this commit does.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions