From: Niklas Haas <ffmpeg@haasn.xyz> To: Cosmin Stejerean via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>, "ffmpeg-devel@ffmpeg.org" <ffmpeg-devel@ffmpeg.org> Cc: Cosmin Stejerean <cosmin@cosmin.at> Subject: Re: [FFmpeg-devel] [PATCH v3 1/2] lavu/dovi_meta - add fields for ext_mapping_idc Date: Thu, 23 May 2024 13:03:46 +0200 Message-ID: <20240523130346.GD3903@haasn.xyz> (raw) In-Reply-To: <0101018fa0ff6506-a7840850-87e7-4b51-9ed3-a926167d34e0-000000@us-west-2.amazonses.com> On Wed, 22 May 2024 15:50:43 +0000 Cosmin Stejerean via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote: > From: Cosmin Stejerean <cosmin@cosmin.at> > > --- > libavutil/dovi_meta.h | 2 ++ > libavutil/version.h | 2 +- > 2 files changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavutil/dovi_meta.h b/libavutil/dovi_meta.h > index e10332f8d7..e168075a24 100644 > --- a/libavutil/dovi_meta.h > +++ b/libavutil/dovi_meta.h > @@ -91,6 +91,8 @@ typedef struct AVDOVIRpuDataHeader { > uint8_t spatial_resampling_filter_flag; > uint8_t el_spatial_resampling_filter_flag; > uint8_t disable_residual_flag; > + uint8_t ext_mapping_idc_0_4; /* extended base layer inverse mapping indicator */ > + uint8_t ext_mapping_idc_5_7; /* reserved */ > } AVDOVIRpuDataHeader; What value ranges have you seen for this indicator? Is it possible that some values would extend the RPU in other ways, adding more bits that we need to parse? Maybe we should enforce this to be a well-known value just to be on the safe side, until we receive public documentation on its purpose. > > enum AVDOVIMappingMethod { > diff --git a/libavutil/version.h b/libavutil/version.h > index 3221c4c592..9c7146c228 100644 > --- a/libavutil/version.h > +++ b/libavutil/version.h > @@ -79,7 +79,7 @@ > */ > > #define LIBAVUTIL_VERSION_MAJOR 59 > -#define LIBAVUTIL_VERSION_MINOR 19 > +#define LIBAVUTIL_VERSION_MINOR 20 > #define LIBAVUTIL_VERSION_MICRO 100 > > #define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \ > -- > 2.42.1 > > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".
next prev parent reply other threads:[~2024-05-23 11:03 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <20240522155031.33491-1-cosmin@cosmin.at> 2024-05-22 15:50 ` [FFmpeg-devel] [PATCH v3 0/2] avcodec/dovi - correctly read el_bit_depth_minus8 and ext_mapping_idc Cosmin Stejerean via ffmpeg-devel 2024-06-18 19:23 ` Niklas Haas [not found] ` <20240522155031.33491-2-cosmin@cosmin.at> 2024-05-22 15:50 ` [FFmpeg-devel] [PATCH v3 1/2] lavu/dovi_meta - add fields for ext_mapping_idc Cosmin Stejerean via ffmpeg-devel 2024-05-23 11:03 ` Niklas Haas [this message] [not found] ` <75ADFF3E-9459-4C8E-883B-D8525D4DB6D0@cosmin.at> 2024-05-23 22:17 ` Cosmin Stejerean via ffmpeg-devel [not found] ` <20240522155031.33491-3-cosmin@cosmin.at> 2024-05-22 15:50 ` [FFmpeg-devel] [PATCH v3 2/2] avcodec/dovi - correctly read el_bit_depth_minus8 and ext_mapping_idc Cosmin Stejerean via ffmpeg-devel 2024-05-23 12:38 ` James Almer
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20240523130346.GD3903@haasn.xyz \ --to=ffmpeg@haasn.xyz \ --cc=cosmin@cosmin.at \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git