Changeset 9cb6a39 in ffmpeg
- Timestamp:
- Dec 17, 2011, 9:43:34 PM (13 years ago)
- Branches:
- master
- Children:
- e09ffa45
- Parents:
- 56bf2c2a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavformat/sbgdec.c
r56bf2c2a r9cb6a39 1332 1332 inter->inter[i].type == WS_NOISE ? 32 : 0; 1333 1333 if (edata_size < 0) 1334 return AVERROR(E OVERFLOW);1334 return AVERROR(ENOMEM); 1335 1335 } 1336 1336 edata = av_malloc(edata_size);
Note:
See TracChangeset
for help on using the changeset viewer.