0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

demux_mkv: remove unused macros

This commit is contained in:
wm4 2014-01-14 17:38:32 +01:00
parent 3c2f93aec8
commit 72d5273bc1

View File

@ -1917,9 +1917,6 @@ static int demux_mkv_read_block_lacing(bstr *buffer, int *laces,
return 1;
}
#define SKIP_BITS(n) buffer<<=n
#define SHOW_BITS(n) ((buffer)>>(32-(n)))
static int64_t real_fix_timestamp(unsigned char *buf, int len, int64_t timestamp,
unsigned int format, int64_t *kf_base,
int *kf_pts)