Changeset f37b2d5a in ffmpeg
- Timestamp:
- Dec 17, 2011, 4:04:56 AM (13 years ago)
- Branches:
- master
- Children:
- 68230eb3
- Parents:
- 4d70023a
- git-author:
- Michael Niedermayer <michaelni@gmx.at> (12/17/11 04:02:11)
- git-committer:
- Michael Niedermayer <michaelni@gmx.at> (12/17/11 04:04:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libavcodec/mpeg4audio.c
r4d70023a rf37b2d5a 82 82 GetBitContext gb; 83 83 int specific_config_bitindex; 84 85 if(bit_size<=0) 86 return AVERROR_INVALIDDATA; 84 87 85 88 init_get_bits(&gb, buf, bit_size);
Note:
See TracChangeset
for help on using the changeset viewer.