From: Antonio Ospite Date: Tue, 17 Nov 2015 09:47:36 +0000 (+0100) Subject: am7xxx-play: fix runtime warnings from ffmpeg X-Git-Tag: v0.1.6~5 X-Git-Url: https://git.ao2.it/libam7xxx.git/commitdiff_plain/c29b6eadb255f5f5f732d0391812d97fe015395f?hp=c29b6eadb255f5f5f732d0391812d97fe015395f;ds=sidebyside am7xxx-play: fix runtime warnings from ffmpeg ffmpeg emits warnings at runtime about some AVFrame fields not being set: [mjpeg @ 0x669040] AVFrame.format is not set [mjpeg @ 0x669040] AVFrame.width or height is not set This happens in a loop so the message is repeated over and over and becomes annoying, fix this by setting the missing values. ---