mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
Merge commit '30015305f3'
* commit '30015305f3': Use avpriv_request_sample() where appropriate Only the roqvideo chunk is merged because we actually support 24bpp flic, see5781c983d8. Merged-by: Clément Bœsch <u@pkh.me>
This commit is contained in:
commit
fa85d8dbb4
1 changed files with 1 additions and 2 deletions
|
|
@ -175,8 +175,7 @@ static av_cold int roq_decode_init(AVCodecContext *avctx)
|
|||
s->avctx = avctx;
|
||||
|
||||
if (avctx->width % 16 || avctx->height % 16) {
|
||||
av_log(avctx, AV_LOG_ERROR,
|
||||
"Dimensions must be a multiple of 16\n");
|
||||
avpriv_request_sample(avctx, "Dimensions not being a multiple of 16");
|
||||
return AVERROR_PATCHWELCOME;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue