@ -683,7 +683,7 @@ static av_always_inline int get_cabac_bypass_sign(CABACContext *c, int val){
}
}
//FIXME the x86 code from this file should be moved into i386/h264 or cabac something.c/h (note ill kill you if you move my code away from under my fingers before iam finished with it!)
//FIXME the x86 code from this file should be moved into i386/h264 or cabac something.c/h (note ill kill you if you move my code away from under my fingers before iam finished with it!)
//FIXME use some macros to avoid duplicatin get_cabac (cant be done yet as that would make optimization work hard)
//FIXME use some macros to avoid duplicatin get_cabac (cannot be done yet as that would make optimization work hard)
url_fseek(bc,pos,SEEK_SET);//note, this may fail if the stream isnt seekable, but that shouldnt matter, as in this case we simply start where we are currently
url_fseek(bc,pos,SEEK_SET);//note, this may fail if the stream isnot seekable, but that shouldnot matter, as in this case we simply start where we are currently
url_fseek(bc,pos,SEEK_SET);//note, this may fail if the stream isnt seekable, but that shouldnt matter, as in this case we simply start where we are currently
url_fseek(bc,pos,SEEK_SET);//note, this may fail if the stream isnot seekable, but that shouldnot matter, as in this case we simply start where we are currently
while(!url_feof(bc)){
while(!url_feof(bc)){
state=(state<<8)|get_byte(bc);
state=(state<<8)|get_byte(bc);
@ -836,7 +836,7 @@ static int read_seek(AVFormatContext *s, int stream_index, int64_t pts, int flag