[FFmpeg-devel] [PATCH] avcodec/libx264: fix forced_idr logic

Timo Rothenpieler timo at rothenpieler.org
Fri Nov 11 18:01:55 EET 2016


> Actually, looking closer, the default is still -1.
> 
> Thus either this patch us incorrect, or the default should be changed to be 0.

-1 and 0 both mean false now, and I left in the option to pass -1 to
stay compatible with possible 3rd parties who pass it.

So changing to default to 0 doesn't really matter, and I decided to keep
the patch minimal.
Changing to default to 0 would be fine as well.


More information about the ffmpeg-devel mailing list