]> git.sesse.net Git - ffmpeg/commit
lavc/libopenh264enc: prompt slice number changing inside libopenh264
authorLinjie Fu <linjie.fu@intel.com>
Wed, 29 Apr 2020 03:00:49 +0000 (11:00 +0800)
committerMartin Storsjö <martin@martin.st>
Wed, 29 Apr 2020 17:58:17 +0000 (20:58 +0300)
commit9310361252c88bcab74a7ccbe2c910c7a1a37397
treee87d771fe4b5c5e7f5678c4ffdc1107572998304
parent75fc3f97b0073d0ff57b4bd1e5ce8b36a5f9ac14
lavc/libopenh264enc: prompt slice number changing inside libopenh264

Libopenh264enc would set the slice according to the number of cpu cores
if uiSliceNum equals to 0 (auto) in SM_FIXEDSLCNUM_SLICE mode.

Prompt a warning for user to catch this.

Signed-off-by: Linjie Fu <linjie.fu@intel.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/libopenh264enc.c