[FFmpeg-devel] [PATCH 1/5] oma: move some constants into libavcodec

2017-12-26 Thread misty
From: Misty De Meo Most of the constants in libavcodec/oma aren't specific to libavformat; moving them into libavcodec makes them available to libavcodec as well as keeping them compatible with libavformat. ff_oma_codec_tags uses a libavformat-specific type, so it has been left in libavformat. -

Re: [FFmpeg-devel] [PATCH 1/5] oma: move some constants into libavcodec

2017-12-24 Thread Rostislav Pehlivanov
On 24 December 2017 at 04:48, wrote: > From: Misty De Meo > > Most of the constants in libavcodec/oma aren't specific to > libavformat; moving them into libavcodec makes them available to > libavcodec as well as keeping them compatible with libavformat. > > ff_oma_codec_tags uses a libavformat-s

[FFmpeg-devel] [PATCH 1/5] oma: move some constants into libavcodec

2017-12-23 Thread misty
From: Misty De Meo Most of the constants in libavcodec/oma aren't specific to libavformat; moving them into libavcodec makes them available to libavcodec as well as keeping them compatible with libavformat. ff_oma_codec_tags uses a libavformat-specific type, so it has been left in libavformat. -

Re: [FFmpeg-devel] [PATCH 1/5] oma: move some constants into libavcodec

2017-12-22 Thread wm4
On Fri, 22 Dec 2017 22:35:08 +0800 mi...@brew.sh wrote: > From: Misty De Meo > > Most of the constants in libavcodec/oma aren't specific to > libavformat; moving them into libavcodec makes them available to > libavcodec as well as keeping them compatible with libavformat. > > ff_oma_codec_tags

[FFmpeg-devel] [PATCH 1/5] oma: move some constants into libavcodec

2017-12-22 Thread misty
From: Misty De Meo Most of the constants in libavcodec/oma aren't specific to libavformat; moving them into libavcodec makes them available to libavcodec as well as keeping them compatible with libavformat. ff_oma_codec_tags uses a libavformat-specific type, so it has been left in libavformat. -