am7xxx-play: add a comment to explain why a run-time warning can be ignored
authorAntonio Ospite <ao2@ao2.it>
Wed, 28 Feb 2018 16:09:46 +0000 (17:09 +0100)
committerAntonio Ospite <ao2@ao2.it>
Thu, 1 Mar 2018 15:12:16 +0000 (16:12 +0100)
commit0dc71915ae5b5abee6b40154e8fd07c4057e7bd4
treeb6119beb74ca6e1def9ecfa705e6d9f823e5da23
parent47b30f6e7242156524a793fd91234d95f92cf3a1
am7xxx-play: add a comment to explain why a run-time warning can be ignored

Using the AV_PIX_FMT_YUVJ420P pixel format results n a run-time warning
from swscaler:

[swscaler @ 0x5600046b3cc0] deprecated pixel format used, make sure you did set range correctly

However this cannot be changed because the mjpeg codec relies on it,
otherwise it fails with the following error message:

[mjpeg @ 0x560eea5f5360] Specified pixel format yuv420p is invalid or not supported

So just add a comment, to avoid loosing time figuring things out again
in the future.
examples/am7xxx-play.c