Skip to content
Snippets Groups Projects
Commit e798085f authored by Martin Storsjö's avatar Martin Storsjö
Browse files

rtpdec_vp8: Cosmetics: Fix bad alignment/indentation

parent 3b2e8d1d
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
struct PayloadContext {
AVIOContext *data;
uint32_t timestamp;
uint32_t timestamp;
};
static int vp8_handle_packet(AVFormatContext *ctx,
......@@ -100,7 +100,7 @@ static int vp8_handle_packet(AVFormatContext *ctx,
if ((res = avio_open_dyn_buf(&vp8->data)) < 0)
return res;
vp8->timestamp = *timestamp;
}
}
if (!vp8->data || vp8->timestamp != *timestamp) {
av_log(ctx, AV_LOG_WARNING,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment