>
> is av_div_q() what you meant to use or av_cmp_q() ?
I use av_div_q to allow both frame rates 25/1 and 50/1 to select the same
profile.
you cannot change public API, you can add new public API if needed
> though
>
I forgot that. Should I use av_dv_codec_profile2 for the new name?
Steve
O
on, Dec 1, 2014 at 12:02 PM, Michael Niedermayer
wrote:
> On Mon, Dec 01, 2014 at 10:24:55AM +0100, aureshy lapoiss wrote:
> > Hi FFmpeg devs,
> >
> > What is the current status regarding the support of DVCPRoHD encoding in
> > ffmpeg?
>
> iam waiting for someone to s
Hi FFmpeg devs,
What is the current status regarding the support of DVCPRoHD encoding in
ffmpeg?
I am aware of the discussion about the previous effort to patch :
http://ffmpeg.org/pipermail/ffmpeg-devel/2012-January/119637.html
Right now I am using a patch from Maksym Veremeyenko that I have pa