On 12/17/18, Carl Eugen Hoyos <[email protected]> wrote: > 2018-12-17 22:26 GMT+01:00, Paul B Mahol <[email protected]>: >> On 12/17/18, Carl Eugen Hoyos <[email protected]> wrote: >>> 2018-12-17 2:47 GMT+01:00, Carl Eugen Hoyos <[email protected]>: >>> >>>> The Opus struct RawBitsContext is used in both the decoder and the >>>> encoder. >>>> The fact that *position is const avoids warnings in the decoder where >>>> it points into the bitstream. The encoder writes into the same >>>> pointer, attached cast silences the warning on targets where AV_WB32() >>>> does not internally cast the qualifier away. >>> >>> Ping. >> >> Anonymous unions are not accepted. NAK 2X! > > Again: There is no union in this patch.
Use "grep union" on your patch. _______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
