mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
nut: use a define for the nut version
Ease switching version in the future and make evident why that value.
This commit is contained in:
@@ -323,7 +323,7 @@ static void write_mainheader(NUTContext *nut, AVIOContext *bc)
|
||||
tmp_head_idx;
|
||||
int64_t tmp_match;
|
||||
|
||||
ff_put_v(bc, 3); /* version */
|
||||
ff_put_v(bc, NUT_VERSION);
|
||||
ff_put_v(bc, nut->avf->nb_streams);
|
||||
ff_put_v(bc, nut->max_distance);
|
||||
ff_put_v(bc, nut->time_base_count);
|
||||
|
||||
Reference in New Issue
Block a user