[FFmpeg-devel] [PATCH 01/24] avcodec: add color_range to AVCodec struct

Rostislav Pehlivanov atomnuker at gmail.com
Sat May 12 22:52:38 EEST 2018


On 12 May 2018 at 20:40, Paul B Mahol <onemda at gmail.com> wrote:

> On 5/12/18, Rostislav Pehlivanov <atomnuker at gmail.com> wrote:
> > On 1 May 2018 at 20:39, Paul B Mahol <onemda at gmail.com> wrote:
> >
> >> Signed-off-by: Paul B Mahol <onemda at gmail.com>
> >> ---
> >>  libavcodec/avcodec.h | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
> >> index fb0c6fae70..3a8f69243c 100644
> >> --- a/libavcodec/avcodec.h
> >> +++ b/libavcodec/avcodec.h
> >> @@ -3433,6 +3433,7 @@ typedef struct AVCodec {
> >>      uint8_t max_lowres;                     ///< maximum value for
> lowres
> >> supported by the decoder
> >>      const AVClass *priv_class;              ///< AVClass for the
> private
> >> context
> >>      const AVProfile *profiles;              ///< array of recognized
> >> profiles, or NULL if unknown, array is terminated by
> {FF_PROFILE_UNKNOWN}
> >> +    const enum AVColorRange *color_ranges;  ///< array of supported
> color
> >> ranges by encoder, or NULL if unknown, array is terminated by
> >> AVCOL_RANGE_UNSPECIFIED
> >>
> >>      /**
> >>       * Group name of the codec implementation.
> >> --
> >> 2.11.0
> >>
> >> _______________________________________________
> >> ffmpeg-devel mailing list
> >> ffmpeg-devel at ffmpeg.org
> >> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
> >>
> >
> > Ping? I think we should ignore koda's remarks and go through with this.
>
> I moved to another stuff, sorry.
>
> I wait for non-power of 2 DCT/FFT.
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>

Just send a v2 of this patch to move the color_range field to where it
doesn't break the ABI and it'll be good.


More information about the ffmpeg-devel mailing list