Changeset 32a92d32 in ffmpeg
- Timestamp:
- Dec 19, 2011, 3:02:52 PM (13 years ago)
- Branches:
- master
- Children:
- 03a9c993
- Parents:
- 90cad5ed
- git-author:
- Michael Niedermayer <michaelni@gmx.at> (12/19/11 15:01:37)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (12/19/11 15:02:52)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libswscale/utils.c
r90cad5ed r32a92d32 949 949 if (!c->lumMmx2FilterCode || !c->chrMmx2FilterCode) 950 950 #endif 951 { 952 av_log(c, AV_LOG_ERROR, "Failed to allocate MMX2FilterCode\n"); 951 953 return AVERROR(ENOMEM); 954 } 952 955 FF_ALLOCZ_OR_GOTO(c, c->hLumFilter , (dstW /8+8)*sizeof(int16_t), fail); 953 956 FF_ALLOCZ_OR_GOTO(c, c->hChrFilter , (c->chrDstW /4+8)*sizeof(int16_t), fail);
Note:
See TracChangeset
for help on using the changeset viewer.