BE_32 -> AV_RB32

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21964 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2007-01-19 23:15:53 +00:00
parent c70d547ea6
commit db6e74fe44
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ static int init(sh_video_t *sh){
avctx->extradata = av_mallocz(avctx->extradata_size + FF_INPUT_BUFFER_PADDING_SIZE);
memcpy(avctx->extradata, sh->bih+1, avctx->extradata_size);
}
avctx->sub_id= BE_32(avctx->extradata+4);
avctx->sub_id= AV_RB32(avctx->extradata+4);
// printf("%X %X %d %d\n", extrahdr[0], extrahdr[1]);
break;