pkuvcl / davs2

An open-source decoder of AVS2-P2/IEEE1857.4 video coding standard
GNU General Public License v2.0
129 stars 52 forks source link

build ffmpeg #3

Closed ua0lnj closed 6 years ago

ua0lnj commented 6 years ago

In ffmpegavs2 no issues, therefore I write here. Different variables in davs and ffmpeg:

davs2_param_t -> "i_info_level" in ffmpeg, "info_level" in davs. davs2_seq_info_t -> "horizontal_size" in ffmpeg, "width" in davs. davs2_seq_info_t -> "vertical_size" in ffmpeg, "height" in davs. davs2_seq_info_t -> "output_bitdepth" in ffmpeg, "output_bit_depth" in davs.

luofalei commented 6 years ago

Thanks for the bug report. The FFmpegAVS2 repository would be updated later by @hwrenx .

hwrenx commented 6 years ago

@ua0lnj Fixed.