mirror of https://github.com/mpv-player/mpv
demux_real.c: Remove unused hexdump() forward declaration
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32432 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1de42d8c64
commit
03dae530f8
|
@ -480,8 +480,6 @@ static int real_check_file(demuxer_t* demuxer)
|
|||
return DEMUXER_TYPE_REAL;
|
||||
}
|
||||
|
||||
void hexdump(char *, unsigned long);
|
||||
|
||||
#define SKIP_BITS(n) buffer<<=n
|
||||
#define SHOW_BITS(n) ((buffer)>>(32-(n)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue