Changeset 61cbcaf9 in ffmpeg
- Timestamp:
- Dec 4, 2024, 3:23:49 AM (38 hours ago)
- Branches:
- master
- Children:
- 44822184
- Parents:
- 559d435f
- git-author:
- Michael Niedermayer <michael@niedermayer.cc> (12/01/24 23:24:53)
- git-committer:
- Michael Niedermayer <michael@niedermayer.cc> (12/04/24 03:23:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/rv60dec.c
r559d435f r61cbcaf9 1780 1780 1781 1781 is_intra = cu.cu_type == CU_INTRA; 1782 if (is_intra && qp >= 32) 1783 return AVERROR_INVALIDDATA; 1782 1784 cu_pos = ((xpos & 63) >> 3) + ((ypos & 63) >> 3) * 8; 1783 1785
Note:
See TracChangeset
for help on using the changeset viewer.