Opened 11 years ago

Closed 11 years ago

#2022 closed defect (fixed)

DNxHD: Decode video returns wrong number of bytes

Reported by: Marek Fort Owned by:
Priority: minor Component: avcodec
Version: unspecified Keywords: DNxHD
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: yes

Description

Summary of the bug:
Value returned from dnxhd_decode_frame() is wrong. It only returns half of the buffer consumed.

The problem is that buf_size is not decremented in 2nd field iteration. The solution would be to move line:

  buf_size -= ctx->cid_table->coding_unit_size;

two lines up (before if() ).

Change History (2)

comment:1 by Carl Eugen Hoyos, 11 years ago

Please send patches to ffmpeg-devel, they usually receive more attention there.

comment:2 by Michael Niedermayer, 11 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.