diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-09-26 00:59:21 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2023-10-03 01:58:37 +0200 |
commit | ea14e8bc3028c746290528869600249c7229bd62 (patch) | |
tree | 567cbbf874b3c04552e1b88c93572cfcdd72a41c /doc | |
parent | dd48e49d5476178db2478598dbcccccf84923d13 (diff) | |
download | ffmpeg-ea14e8bc3028c746290528869600249c7229bd62.tar.gz |
avcodec/codec_par: Move enum AVFieldOrder to defs.h
It is also used by AVCodecContext.
Reviewed-by: James Almer <jamrial@gmail.com>
Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 830bf5a171..e15c715ce1 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09 API changes, most recent first: +2023-10-03 - xxxxxxxxxx - lavc 60.28.100 - codec_par.h defs.h + Move the definition of enum AVFieldOrder from codec_par.h to defs.h. + 2023-10-03 - xxxxxxxxxx - lavf 60.14.100 - avformat.h Deprecate AVFMT_ALLOW_FLUSH without replacement. Users can always flush any muxer by sending a NULL packet. |