mirror of https://github.com/mpv-player/mpv
BE_32 -> AV_RB32
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21964 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c70d547ea6
commit
db6e74fe44
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue