Changeset 915
- Timestamp:
- 07/26/08 18:13:21 (4 months ago)
- Files:
-
- trunk/ff_private.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ff_private.c
r913 r915 169 169 (*imgHdl)->idSize = sizeof(ImageDescription); 170 170 171 if ( codec->codec_tag)171 if (!((*imgHdl)->cType = map_video_codec_to_mov_tag(codec->codec_id))) 172 172 (*imgHdl)->cType = BSWAP(codec->codec_tag); 173 else174 // need to lookup the fourcc from the codec_id175 (*imgHdl)->cType = map_video_codec_to_mov_tag(codec->codec_id);176 173 // FourCCprintf("fourcc: ", (*imgHdl)->cType); 177 174
