Re: [Libav-user] decode_video.c can not decode 8192 * 4096 media file.

2018-05-21 Thread Carl Eugen Hoyos
2018-05-21 12:34 GMT+02:00, 刘粤桂 : > I had used decode_video.c to decode my media file. I found it can > decode some media files such as h264 media file. but it can not > decode h265 media file at 8192 * 4096. it shows some error > message at av_parser_parse2 function called. Does

[Libav-user] decode_video.c can not decode 8192 * 4096 media file.

2018-05-21 Thread 刘粤桂
Hi every one, I had used decode_video.c to decode my media file. I found it can decode some media files such as h264 media file. but it can not decode h265 media file at 8192 * 4096. it shows some error message at av_parser_parse2 function called. my version is ffmpeg 4.0 how can i