Re: [FFmpeg-devel] [PATCH] omx: Add support for specifying H.264 profile [v3]

2017-02-09 Thread Mark Thompson
On 09/02/17 20:54, Mark Thompson wrote: > On 08/02/17 19:21, Takayuki 'January June' Suwa wrote: >> From: Takayuki 'January June' Suwa >> >> This adds "-profile[:v] profile_name"-style option IOW. >> >> Now default/unknown profile means FF_PROFILE_H264_HIGH strictly, for both >> better coding sty

Re: [FFmpeg-devel] [PATCH] omx: Add support for specifying H.264 profile [v3]

2017-02-09 Thread Mark Thompson
On 08/02/17 19:21, Takayuki 'January June' Suwa wrote: > From: Takayuki 'January June' Suwa > > This adds "-profile[:v] profile_name"-style option IOW. > > Now default/unknown profile means FF_PROFILE_H264_HIGH strictly, for both > better coding style and preserving the original behavior. > ---

[FFmpeg-devel] [PATCH] omx: Add support for specifying H.264 profile [v3]

2017-02-09 Thread Takayuki 'January June' Suwa
From: Takayuki 'January June' Suwa This adds "-profile[:v] profile_name"-style option IOW. Now default/unknown profile means FF_PROFILE_H264_HIGH strictly, for both better coding style and preserving the original behavior. --- libavcodec/omx.c | 20 1 file changed, 20 inse