mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
bit: remove more unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
136a663ceb
commit
ba9d174851
@ -26,7 +26,6 @@ static int probe(AVProbeData *p)
|
||||
static int read_header(AVFormatContext *s, AVFormatParameters *ap)
|
||||
{
|
||||
AVStream* st;
|
||||
ByteIOContext *pb = s->pb;
|
||||
|
||||
st=av_new_stream(s, 0);
|
||||
if (!st)
|
||||
@ -108,7 +107,6 @@ static int write_packet(AVFormatContext *s, AVPacket *pkt)
|
||||
ByteIOContext *pb = s->pb;
|
||||
GetBitContext gb;
|
||||
int i;
|
||||
uint16_t b;
|
||||
|
||||
put_le16(pb, SYNC_WORD);
|
||||
put_le16(pb, 8 * 10);
|
||||
|
Loading…
Reference in New Issue
Block a user